Inheritance
System.Object
CircularProgressIndicator
public class CircularProgressIndicator : ProgressIndicator
Constructors
Declaration
public CircularProgressIndicator(Key key = null, float? value = default(float? ), Color backgroundColor = null, Animation<Color> valueColor = null, float strokeWidth = 4F)
Parameters
Type |
Name |
Description |
Key |
key |
|
System.Nullable<System.Single> |
value |
|
Color |
backgroundColor |
|
Animation<Color> |
valueColor |
|
System.Single |
strokeWidth |
|
Fields
Declaration
public readonly float? strokeWidth
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
Methods
Declaration
public override State createState()
Returns
Overrides