MyIdIOSAppearance class

Constructors

MyIdIOSAppearance.new({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})
const
MyIdIOSAppearance.fromJson(Map<String, dynamic> json)
factory

Properties

buttonCornerRadius int?
final
colorButtonContainer String?
final
colorButtonContainerDisabled String?
final
colorButtonContent String?
final
colorButtonContentDisabled String?
final
colorDivider String?
final
colorError String?
final
colorOnError String?
final
colorOnPrimary String?
final
colorOutline String?
final
colorPrimary String?
final
colorScanButtonContainer String?
final
colorSuccess String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited