DMode class

Constructors

DMode.new({required String primaryColor, required String screenBgColor, required String primaryLabelColor, required String secondaryLabelColor, required String cardColor, required String onPrimaryColor, required String dangerColor, required String warningColor})
DMode.fromJson(Map<String, dynamic> json)
factory

Properties

cardColor String
getter/setter pair
dangerColor String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onPrimaryColor String
getter/setter pair
primaryColor String
getter/setter pair
primaryLabelColor String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenBgColor String
getter/setter pair
secondaryLabelColor String
getter/setter pair
warningColor 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