MyIdIOSAppearance constructor

const MyIdIOSAppearance({
  1. String? colorPrimary,
  2. String? colorOnPrimary,
  3. String? colorError,
  4. String? colorOnError,
  5. String? colorOutline,
  6. String? colorDivider,
  7. String? colorSuccess,
  8. String? colorButtonContainer,
  9. String? colorButtonContainerDisabled,
  10. String? colorButtonContent,
  11. String? colorButtonContentDisabled,
  12. String? colorScanButtonContainer,
  13. int? buttonCornerRadius,
})

Implementation

const MyIdIOSAppearance({
  this.colorPrimary,
  this.colorOnPrimary,
  this.colorError,
  this.colorOnError,
  this.colorOutline,
  this.colorDivider,
  this.colorSuccess,
  this.colorButtonContainer,
  this.colorButtonContainerDisabled,
  this.colorButtonContent,
  this.colorButtonContentDisabled,
  this.colorScanButtonContainer,
  this.buttonCornerRadius,
});