menu
cadanse package
documentation
components/widgets/error.dart
ErrorScreen
ErrorScreen.new const constructor
ErrorScreen.new const constructor
dark_mode
light_mode
ErrorScreen
constructor
const
ErrorScreen
(
{
Key
?
key
,
required
Object
error
,
String
?
description
,
})
Implementation
const ErrorScreen({super.key, required this.error, this.description});
cadanse package
documentation
components/widgets/error
ErrorScreen
ErrorScreen.new const constructor
ErrorScreen class