ViewEvent.navigate constructor
go_routerによる遷移イベント
引数のrouteDataに応じた遷移を行う
Implementation
const factory ViewEvent.navigate({
required Routes route,
Object? arguments,
}) = _GoRoute;
go_routerによる遷移イベント
引数のrouteDataに応じた遷移を行う
const factory ViewEvent.navigate({
required Routes route,
Object? arguments,
}) = _GoRoute;