expand_widget library

Classes

ExpandChild
This widget unfolds a hidden widget to the user, called child. This action is performed when the user clicks the 'expand' indicator.
ExpandIndicator
This widget is used in both ExpandChild & ExpandText widgets to show the hidden information to the user. It posses an animation parameter. Most widget parameters are customizable.
ExpandText
This widget is used to show parcial text, if the text is too big for the parent size. You can specify the maxLines parameter. If the text is short enough, no 'expand indicator' widget will be shown.

Enums

ExpandIndicatorStyle
Render mode selection of the ExpandArrow widget.

Typedefs

IndicatorBuilder = Widget Function(BuildContext context, VoidCallback onTap, bool isExpanded)
This function is used to override the ExpandArrow widget for controlling a ExpandChild or ExpandText widget.