-
Notifications
You must be signed in to change notification settings - Fork 37
MTextButtonStyle
-
-
MColor
https://www.google.com/design/spec/style/color.html#color-color-palette
To construct a color, use one of the functions below-
color : MColorName
-
shade : int
-
accent : bool
-
color : MColorName
-
MPrimaryColor
-
MPrimaryVariantColor
-
MSecondaryColor
-
MSecondaryVariantColor
-
MBackgroundColor
-
MSurfaceColor
-
MToolbarColor
-
MErrorColor
-
MOnPrimaryColor
-
MOnSecondaryColor
-
MOnBackgroundColor
-
MOnSurfaceColor
-
MOnToolbarColor
-
MOnErrorColor
-
MContrastingTextColor
-
background : MThemeColor
-
background : MThemeColor
-
MThemedColor
-
-
MContained
-
MOutlined
-
MButtonTextColor
Forces button text to be white or black, works only on raised buttons.
Should be used only in cases where both colors work, MBlue(500) and MOrange(500) for example.-
white : bool
-
white : bool
-
MFullWidth
Style for expand space between columns to full width -
MElevation
Elevation on focus (8. by default)-
elevation : Transform<double>
-
elevation : Transform<double>
-
MLeftIcon
Left icon
See MShowLeftButton for action button-
icon : string
-
style : [ MIconStyle ]
-
icon : string
-
MRightIcon
-
icon : string
-
style : [ MIconStyle ]
-
icon : string
-
MCustomTextStyle
Custom size and color, use MCustomFont for custom fontfamilies and opacities.-
style : [ MTextStyle ]
-
style : [ MTextStyle ]
-
MButtonPaddings
-
left : double
-
top : double
-
right : double
-
bottom : double
-
left : double
-
MOutlineColor
Works only with MOutlined()-
color : MThemeColor
-
color : MThemeColor
-
MOutlineOpacity
-
opacity : double
-
opacity : double