Class CircularProgressIndicator
Inheritance
CircularProgressIndicator
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class CircularProgressIndicator : ProgressIndicator
Constructors
CircularProgressIndicator(Key, Nullable<Single>, Color, Animation<Color>, Single)
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 | |
Nullable<Single> | value | |
Color | backgroundColor | |
Animation<Color> | valueColor | |
Single | strokeWidth |
Fields
strokeWidth
Declaration
public readonly float? strokeWidth
Field Value
Type | Description |
---|---|
Nullable<Single> |
Methods
createState()
Declaration
public override State createState()
Returns
Type | Description |
---|---|
State |