menu
flutter_app_navigator package
documentation
app_navigator.dart
ErrorScreen
ErrorScreen const constructor
ErrorScreen const constructor
dark_mode
light_mode
ErrorScreen
constructor
const
ErrorScreen
(
{
Key
?
key
,
})
Implementation
const ErrorScreen({Key? key}) : super(key: key);
flutter_app_navigator package
documentation
app_navigator
ErrorScreen
ErrorScreen const constructor
ErrorScreen class