onWillShow property
Optional callback that fires before the AbstractTransitionComponent appears.
Returning false
will cancel default behavior, and the AbstractTransitionComponent will not appear.
Implementation
Callback? onWillShow;
Optional callback that fires before the AbstractTransitionComponent appears.
Returning false
will cancel default behavior, and the AbstractTransitionComponent will not appear.
Callback? onWillShow;