ExpansionPanelAnimationSettingsBuilder
Methods
Collapse(System.Action)
The visual animation(s) that will be used when ExpansionPanel items are closed.
Parameters
configurator - System.Action<ExpansionPanelAnimationCollapseSettingsBuilder>
The configurator for the collapse setting.
RETURNS
Returns the current instance of ExpansionPanelAnimationSettingsBuilder .
Expand(System.Action)
The visual animation(s) that will be used when opening items.
Parameters
configurator - System.Action<ExpansionPanelAnimationExpandSettingsBuilder>
The configurator for the expand setting.
RETURNS
Returns the current instance of ExpansionPanelAnimationSettingsBuilder .