RehaculErrorWiget constructor

const RehaculErrorWiget(
  1. {Key? key,
  2. required String errorMessage,
  3. VoidCallback? onPressed}
)

Implementation

const RehaculErrorWiget({
  super.key,
  required this.errorMessage,
  this.onPressed,
});