GenericRetryView constructor
const
GenericRetryView({
- Key? key,
- required String errorMessage,
- required VoidCallback onRetry,
- String? extraButton,
- VoidCallback? onExtraButtonPressed,
- Color? textBackgroundColor,
- bool noAppBar = false,
Implementation
const GenericRetryView(
{super.key,
required this.errorMessage,
required this.onRetry,
this.extraButton,
this.onExtraButtonPressed,
this.textBackgroundColor,
this.noAppBar = false});