expander library
Classes
-
Expander<
T> - An animated widget that can expand or collapse its children with smooth transitions.
Typedefs
-
ExpanderBuilder
= Widget Function(BuildContext context, bool isExpanded, Animation<
double> animation) - Callback for building the expander icon or content.