IOSAppearance class

Constructors

IOSAppearance({Color? primaryColor, Color? primaryTitleColor, Color? secondaryTitleColor, Color? primaryBackgroundPressedColor, Color? secondaryBackgroundPressedColor, int? buttonCornerRadius, String? fontRegular, String? fontBold, BackgroundColor? backgroundColor})

Properties

backgroundColor BackgroundColor?
final
buttonCornerRadius int?
final
fontBold String?
final
fontRegular String?
final
hashCode int
The hash code for this object.
no setterinherited
primaryBackgroundPressedColor Color?
final
primaryColor Color?
final
primaryTitleColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryBackgroundPressedColor Color?
final
secondaryTitleColor Color?
final

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