AUnexpectedError constructor
const
AUnexpectedError({
- Key? key,
- required dynamic onRefresh(),
- String? message,
- String? buttonMessage,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- double? customHeight,
- bool noHeight = false,
- bool row = false,
Implementation
const AUnexpectedError({
Key? key,
required this.onRefresh,
this.message,
this.buttonMessage,
this.mainAxisAlignment = MainAxisAlignment.center,
this.crossAxisAlignment = CrossAxisAlignment.center,
this.customHeight,
this.noHeight = false,
this.row = false,
}) : super(key: key);