menu
MBG_Inspektionen
fragments/ErrorView.dart
ErrorView
ErrorView.new const constructor
ErrorView.new
dark_mode
light_mode
ErrorView
constructor
const
ErrorView
(
Object
?
err
, {
Key
?
key
,
})
Implementation
const ErrorView(this.err, {Key? key}) : super(key: key);
MBG_Inspektionen
ErrorView
ErrorView
ErrorView.new const constructor
ErrorView class