enhance_expansion_panel library

Classes

EnhanceExpandIcon
A widget representing a rotating expand/collapse button. The icon rotates 180 degrees when pressed, then reverts the animation on a second press. The underlying icon is Icons.expand_more.
EnhanceExpandListView<E>
custom: Expand List view
EnhanceExpansionPanel
EnhanceExpansionPanelList
A material expansion panel list that lays out its children and animates expansions.
EnhanceExpansionPanelRadio
An expansion panel that allows for radio-like functionality. This means that at any given time, at most, one EnhanceExpansionPanelRadio can remain expanded.
EnhanceExpansionTile
A single-line ListTile with an expansion arrow icon that expands or collapses the tile to reveal or hide the children.
ExpandPanelModel<E>

Typedefs

ExpansionWidgetBuilder = Widget Function(bool isExpanded, VoidCallback onToggle)
EnhanceExpansionTile 部分子组件构建类型