menu
superdeck package
documentation
components/molecules/exception_widget.dart
ExceptionWidget
ExceptionWidget.new const constructor
ExceptionWidget.new const constructor
dark_mode
light_mode
ExceptionWidget
constructor
const
ExceptionWidget
(
Object
?
error
, {
Key
?
key
,
required
void
onRetry
(),
})
Implementation
const ExceptionWidget(this.error, {super.key, required this.onRetry});
superdeck package
documentation
components/molecules/exception_widget
ExceptionWidget
ExceptionWidget.new const constructor
ExceptionWidget class