MyIdIOSAppearance constructor
const
MyIdIOSAppearance({
- String? colorPrimary,
- String? colorOnPrimary,
- String? colorError,
- String? colorOnError,
- String? colorOutline,
- String? colorDivider,
- String? colorSuccess,
- String? colorButtonContainer,
- String? colorButtonContainerDisabled,
- String? colorButtonContent,
- String? colorButtonContentDisabled,
- String? colorScanButtonContainer,
- 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,
});