FirstPageExceptionIndicator constructor
const
FirstPageExceptionIndicator({
- required String title,
- String? message,
- VoidCallback? onTryAgain,
- Key? key,
Implementation
const FirstPageExceptionIndicator({
required this.title,
this.message,
this.onTryAgain,
super.key,
});