RehaculErrorWiget constructor
- {Key? key,
- required String errorMessage,
- VoidCallback? onPressed}
Implementation
const RehaculErrorWiget({
super.key,
required this.errorMessage,
this.onPressed,
});
const RehaculErrorWiget({
super.key,
required this.errorMessage,
this.onPressed,
});