nativebase_flutter
color_model
NBColor
NBColor const constructor
NBColor
NBColor
constructor
Null safety
const
NBColor
(
int
primary
,
Map
<
String
,
Color
>
swatch
,
String
colorName
)
Implementation
const NBColor(super.primary, super.swatch, this.colorName);
nativebase_flutter
color_model
NBColor
NBColor const constructor
NBColor class
Constructors
NBColor
Properties
alpha
blue
colorName
green
hashCode
opacity
red
runtimeType
value
Methods
computeLuminance
noSuchMethod
toJson
toString
withAlpha
withBlue
withGreen
withOpacity
withRed
Operators
operator ==
operator []