Inheritance
System.Object
ExpandIcon
public class ExpandIcon : StatefulWidget
Constructors
Declaration
public ExpandIcon(Key key = null, bool isExpanded = false, float size = 24F, ValueChanged<bool> onPressed = null, EdgeInsets padding = null)
Parameters
Type |
Name |
Description |
Key |
key |
|
System.Boolean |
isExpanded |
|
System.Single |
size |
|
ValueChanged<System.Boolean> |
onPressed |
|
EdgeInsets |
padding |
|
Fields
Declaration
public readonly bool isExpanded
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public readonly ValueChanged<bool> onPressed
Field Value
Declaration
public readonly EdgeInsets padding
Field Value
Declaration
public readonly float size
Field Value
Type |
Description |
System.Single |
|
Methods
Declaration
public override State createState()
Returns
Overrides