ColorUtils class

Constructors

ColorUtils(BuildContext context)
const

Properties

context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
kBarBg Color
no setter
kIconBg Color
no setter
kIconSelected Color
no setter
kIconUnSelected Color
no setter
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

Constants

kBarBgDark → const Color
kBarBgLight → const Color
kIconBgDark → const Color
kIconBgLight → const Color
kIconSelectedDark → const Color
kIconSelectedLight → const Color
kIconUnSelectedDark → const Color
kIconUnSelectedLight → const Color