handleOnExit method
Handles all entry transitions with the handler function.
Implementation
void handleOnExit(TransitionHandler handler, {String? label}) {
_onExit = TransitionHandlerDescriptor.ofHandler(handler, label);
}
Handles all entry transitions with the handler function.
void handleOnExit(TransitionHandler handler, {String? label}) {
_onExit = TransitionHandlerDescriptor.ofHandler(handler, label);
}