ExpandCallback typedef

ExpandCallback = void Function(bool isExpanded)

Callback used by SliverStickyCollapsablePanel to notify when the panel expand status change

Implementation

typedef ExpandCallback = void Function(bool isExpanded);