menu
at_events_flutter package
documentation
common_components/error_screen.dart
ErrorScreen
ErrorScreen const constructor
ErrorScreen const constructor
dark_mode
light_mode
ErrorScreen
constructor
const
ErrorScreen
(
{
Key
?
key
,
Function
?
onPressed
,
})
Implementation
const ErrorScreen({Key? key, this.onPressed}) : super(key: key);
at_events_flutter package
documentation
common_components/error_screen
ErrorScreen
ErrorScreen const constructor
ErrorScreen class