CustomColor class

Constructors

CustomColor({Color? primaryColor, Color? backgroundColor, Color? modalBackgroundColor})

Properties

backgroundColor Color?
Use as app scaffold backgroundColor
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modalBackgroundColor Color?
Use as app modalBottomSheet backgroundColor
getter/setter pair
primaryColor Color?
Use as app primaryThemeColor
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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