ExpanderBuilder typedef
ExpanderBuilder =
Widget Function(BuildContext context, bool isExpanded, Animation<double> animation)
The callback for building the expander or the content of the expander
Implementation
typedef ExpanderBuilder = Widget Function(
BuildContext context,
bool isExpanded,
Animation<double> animation,
);