Class RefreshProgressIndicator
Inheritance
System.Object
RefreshProgressIndicator
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class RefreshProgressIndicator : CircularProgressIndicator
Constructors
RefreshProgressIndicator(Key, Nullable<Single>, Color, Animation<Color>, Single)
Declaration
public RefreshProgressIndicator(Key key = null, float? value = default(float? ), Color backgroundColor = null, Animation<Color> valueColor = null, float strokeWidth = 2F)
Parameters
Type | Name | Description |
---|---|---|
Key | key | |
System.Nullable<System.Single> | value | |
Color | backgroundColor | |
Animation<Color> | valueColor | |
System.Single | strokeWidth |
Methods
createState()
Declaration
public override State createState()
Returns
Type | Description |
---|---|
State |