CheckAnimationScreen constructor

const CheckAnimationScreen({
  1. Key? key,
  2. String? title,
  3. String? buttonText,
  4. VoidCallback? onButtonPressed,
  5. bool? showButton,
  6. Color? color,
  7. Color? textColor,
  8. Color? titleColor,
  9. Color? buttonBorderColor,
})

Implementation

const CheckAnimationScreen({
  super.key,
  this.title,
  this.buttonText,
  this.onButtonPressed,
  this.showButton,
  this.color,
  this.textColor,
  this.titleColor,
  this.buttonBorderColor,
});