ErrorScreen constructor
const
ErrorScreen({
- Key? key,
- FlutterErrorDetails? errorDetails,
- Color? txtColor,
- TextStyle? textStyle,
Implementation
const ErrorScreen({
super.key,
this.errorDetails,
this.txtColor,
this.textStyle,
});