menu
at_events_flutter package
documentation
common_components/error_screen.dart
ErrorScreen
ErrorScreen.new const constructor
ErrorScreen.new 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.new const constructor
ErrorScreen class