menu
at_contacts_group_flutter package
documentation
widgets/error_screen.dart
ErrorScreen
ErrorScreen constructor
ErrorScreen constructor
dark_mode
light_mode
ErrorScreen
constructor
ErrorScreen
(
{
Function
?
onPressed
,
String
msg
=
'Something went wrong, please retry.'
,
})
Implementation
ErrorScreen( {this.onPressed, this.msg = 'Something went wrong, please retry.'});
at_contacts_group_flutter package
documentation
widgets/error_screen
ErrorScreen
ErrorScreen constructor
ErrorScreen class