SafaehErrorBody constructor
const
SafaehErrorBody({
- Key? key,
- required String title,
- String? message,
- String? retryLabel,
- VoidCallback? onRetry,
- String? homeLabel,
- VoidCallback? onGoHome,
- List<
Widget> extraActions = const <Widget>[],
Implementation
const SafaehErrorBody({
super.key,
required this.title,
this.message,
this.retryLabel,
this.onRetry,
this.homeLabel,
this.onGoHome,
this.extraActions = const <Widget>[],
});