menu
vivanta_connect_flutter package
documentation
widgets/error_screen.dart
ErrorScreen
ErrorScreen const constructor
ErrorScreen const constructor
dark_mode
light_mode
ErrorScreen
constructor
const
ErrorScreen
(
{
Key
?
key
,
required
String
message
,
})
Implementation
const ErrorScreen({Key? key, required this.message}) : super(key: key);
vivanta_connect_flutter package
documentation
widgets/error_screen
ErrorScreen
ErrorScreen const constructor
ErrorScreen class