expand_widget library

Classes

ExpandArrow
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.
ExpandChild
This widget unfolds a hidden widget to the user, called child. This action is performed when the user clicks the 'expand' arrow.
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 arrow' widget will be shown.

Enums

ExpandArrowStyle
Render mode selection of the ExpandArrow widget.

Typedefs

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