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