IDCheckTheme class

Constructors

IDCheckTheme({String? primaryColor, String? borderColor, String? backgroundColor, String? foregroundColor, String? titleColor, String? textColor})

Properties

backgroundColor String?
getter/setter pair
borderColor String?
getter/setter pair
foregroundColor String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
primaryColor String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor String?
getter/setter pair
titleColor String?
getter/setter pair

Methods

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

Operators

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