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