menu
fluttery_framework package
documentation
view/app_state.dart
AppState<T extends StatefulWidget>
onRouterConfig method
onRouterConfig method
dark_mode
light_mode
onRouterConfig
method
RouterConfig
<
Object
>
?
onRouterConfig
(
)
inherited
Returns the Route Config if any.
Implementation
RouterConfig<Object>? onRouterConfig() => inRouterConfig?.call();
fluttery_framework package
documentation
view/app_state
AppState<T extends StatefulWidget>
onRouterConfig method
AppState class