menu
foundation_flutter package
documentation
Application.dart
Application<S, T extends AbstractTheme>
replaceScreen method
replaceScreen method
dark_mode
light_mode
replaceScreen
method
Future
<
void
>
replaceScreen
(
Screen
screen
)
Implementation
Future<void> replaceScreen(Screen screen) => replace(screen.createState());
foundation_flutter package
documentation
Application
Application<S, T extends AbstractTheme>
replaceScreen method
Application class