UiErrorPage constructor
const
UiErrorPage({})
Implementation
const UiErrorPage({
super.key,
required this.message,
this.title,
this.buttonText,
this.onButtonPressed,
this.icon = Icons.error_outline,
});
const UiErrorPage({
super.key,
required this.message,
this.title,
this.buttonText,
this.onButtonPressed,
this.icon = Icons.error_outline,
});