VerifiedResultScreenConfig constructor

VerifiedResultScreenConfig({
  1. TextStyle? titleStyle,
  2. TextStyle? subtitleStyle,
  3. TextStyle? labelStyle,
  4. TextStyle? valueStyle,
  5. Color? primaryColor,
  6. Color? backgroundColor,
  7. Color? cardColor,
  8. Color? buttonColor,
  9. Color? buttonTextColor,
})

Implementation

VerifiedResultScreenConfig({
  this.titleStyle,
  this.subtitleStyle,
  this.labelStyle,
  this.valueStyle,
  this.primaryColor,
  this.backgroundColor,
  this.cardColor,
  this.buttonColor,
  this.buttonTextColor,
});