NativeBaseColor class

Constructors

NativeBaseColor.new(NBColor? amber, NBColor? blue, NBColor? blueGray, NBColor? coolGray, NBColor? cyan, NBColor? dark, NBColor? darkBlue, NBColor? emerald, NBColor? fuchsia, NBColor? gray, NBColor? green, NBColor? indigo, NBColor? lightBlue, NBColor? lime, NBColor? orange, NBColor? pink, NBColor? purple, NBColor? red, NBColor? rose, NBColor? teal, NBColor? text, NBColor? trueGray, NBColor? warmGray, NBColor? yellow, NBColor? white, NBColor? black, NBColor? primary)

Properties

amber NBColor?
getter/setter pair
black NBColor?
getter/setter pair
blue NBColor?
getter/setter pair
blueGray NBColor?
getter/setter pair
coolGray NBColor?
getter/setter pair
cyan NBColor?
getter/setter pair
dark NBColor?
getter/setter pair
darkBlue NBColor?
getter/setter pair
emerald NBColor?
getter/setter pair
fuchsia NBColor?
getter/setter pair
gray NBColor?
getter/setter pair
green NBColor?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indigo NBColor?
getter/setter pair
lightBlue NBColor?
getter/setter pair
lime NBColor?
getter/setter pair
orange NBColor?
getter/setter pair
pink NBColor?
getter/setter pair
primary NBColor?
getter/setter pair
purple NBColor?
getter/setter pair
red NBColor?
getter/setter pair
rose NBColor?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teal NBColor?
getter/setter pair
text NBColor?
getter/setter pair
trueGray NBColor?
getter/setter pair
warmGray NBColor?
getter/setter pair
white NBColor?
getter/setter pair
yellow NBColor?
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