onWillHide property
Optional callback that fires before the AbstractTransitionComponent is hidden.
Returning false
will cancel default behavior, and the AbstractTransitionComponent will remain visible.
Implementation
Callback? onWillHide;
Optional callback that fires before the AbstractTransitionComponent is hidden.
Returning false
will cancel default behavior, and the AbstractTransitionComponent will remain visible.
Callback? onWillHide;