Inheritance
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
Declaration
public readonly TimeSpan animationDuration
Field Value
Declaration
public readonly List<ExpansionPanel> children
Field Value
Declaration
public readonly ExpansionPanelCallback expansionCallback
Field Value
Declaration
public readonly object initialOpenPanelValue
Field Value
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