HeroContianerClosedCallback<S> typedef
HeroContianerClosedCallback<S> =
void Function(S data)
Signature for the callback function which is called when the HeroContainer is closed.
Implementation
typedef HeroContianerClosedCallback<S> = void Function(S data);