UErrorRetry constructor

const UErrorRetry({
  1. required VoidCallback onTap,
  2. Key? key,
  3. String? title,
  4. String? buttonTitle,
})

Implementation

const UErrorRetry({
  required this.onTap,
  super.key,
  this.title,
  this.buttonTitle,
});