CustomColors class

Constructors

CustomColors({String? appBarColor, String? buttonColor, String? primary, String? iconColor, String? textColor, String? dialogBackgroundColor, String? borderColor, String? screenBackgroundColor})
CustomColors.fromJson(Map<String, dynamic> json)

Properties

appBarColor ↔ String?
getter/setter pair
borderColor ↔ String?
getter/setter pair
buttonColor ↔ String?
getter/setter pair
dialogBackgroundColor ↔ String?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
iconColor ↔ String?
getter/setter pair
primary ↔ String?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenBackgroundColor ↔ String?
getter/setter pair
textColor ↔ String?
getter/setter pair

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