MyIdIOSAppearance constructor

const MyIdIOSAppearance({
  1. String? primaryColor,
  2. String? errorColor,
  3. String? primaryButtonColor,
  4. String? primaryButtonColorDisabled,
  5. String? primaryButtonTextColor,
  6. String? primaryButtonTextColorDisabled,
  7. int? buttonCornerRadius,
})

Implementation

const MyIdIOSAppearance({
  this.primaryColor,
  this.errorColor,
  this.primaryButtonColor,
  this.primaryButtonColorDisabled,
  this.primaryButtonTextColor,
  this.primaryButtonTextColorDisabled,
  this.buttonCornerRadius,
});