Inheritance
System.Object
ExpansionPanelList
public class ExpansionPanelList : StatefulWidget
Constructors
Declaration
public ExpansionPanelList(Key key = null, List<ExpansionPanel> children = null, ExpansionPanelCallback expansionCallback = null, TimeSpan? animationDuration = default(TimeSpan? ))
Parameters
Fields
Declaration
public readonly bool _allowOnlyOnePanelOpen
Field Value
Type |
Description |
System.Boolean |
|
Declaration
public readonly TimeSpan animationDuration
Field Value
Type |
Description |
System.TimeSpan |
|
Declaration
public readonly List<ExpansionPanel> children
Field Value
Declaration
public readonly ExpansionPanelCallback expansionCallback
Field Value
Declaration
public readonly object initialOpenPanelValue
Field Value
Type |
Description |
System.Object |
|
Methods
Declaration
public override State createState()
Returns
Overrides
Declaration
public static ExpansionPanelList radio(Key key = null, List<ExpansionPanelRadio> children = null, ExpansionPanelCallback expansionCallback = null, TimeSpan? animationDuration = default(TimeSpan? ), object initialOpenPanelValue = null)
Parameters
Returns