-
Notifications
You must be signed in to change notification settings - Fork 37
MProgressCircleStyle
Stanislav Podolia edited this page Jul 21, 2020
·
5 revisions
-
-
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
-
-
MProgressCircleSize
Stroke is the thickness of the progress circle
By default: stroke - 4., radius - 20.-
stroke : double
-
radius : double
-
stroke : double
-
MAddArrow
Add arrow to the tip of the progress circle-
arrowScale : Transform<double>
-
arrowScale : Transform<double>