Signature for the callback that's called when the header of the ExpansionPanel needs to rebuild.
Source
typedef Widget ExpansionPanelHeaderBuilder(BuildContext context, bool isExpanded);
Signature for the callback that's called when the header of the ExpansionPanel needs to rebuild.
typedef Widget ExpansionPanelHeaderBuilder(BuildContext context, bool isExpanded);