onWillHide property

Callback? onWillHide
getter/setter pair

Optional callback that fires before the AbstractTransitionComponent is hidden.

Returning false will cancel default behavior, and the AbstractTransitionComponent will remain visible.

Implementation

Callback? onWillHide;