BasicErrorView constructor
const
BasicErrorView({
- required String title,
- Key? key,
- String? description,
- String? button,
- VoidCallback? onPressed,
Implementation
const BasicErrorView({
required this.title,
super.key,
this.description,
this.button,
this.onPressed,
});