UErrorRetry constructor
const
UErrorRetry({
- required VoidCallback onTap,
- Key? key,
- String? title,
- String? buttonTitle,
Implementation
const UErrorRetry({
required this.onTap,
super.key,
this.title,
this.buttonTitle,
});