NativeBaseColor class Null safety
Constructors
- NativeBaseColor(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?
 - 
  
  read / write
 - black ↔ NBColor?
 - 
  
  read / write
 - blue ↔ NBColor?
 - 
  
  read / write
 - blueGray ↔ NBColor?
 - 
  
  read / write
 - coolGray ↔ NBColor?
 - 
  
  read / write
 - cyan ↔ NBColor?
 - 
  
  read / write
 - dark ↔ NBColor?
 - 
  
  read / write
 - darkBlue ↔ NBColor?
 - 
  
  read / write
 - emerald ↔ NBColor?
 - 
  
  read / write
 - fuchsia ↔ NBColor?
 - 
  
  read / write
 - gray ↔ NBColor?
 - 
  
  read / write
 - green ↔ NBColor?
 - 
  
  read / write
 - hashCode → int
 - 
  The hash code for this object.
  read-only, inherited
 - indigo ↔ NBColor?
 - 
  
  read / write
 - lightBlue ↔ NBColor?
 - 
  
  read / write
 - lime ↔ NBColor?
 - 
  
  read / write
 - orange ↔ NBColor?
 - 
  
  read / write
 - pink ↔ NBColor?
 - 
  
  read / write
 - primary ↔ NBColor?
 - 
  
  read / write
 - purple ↔ NBColor?
 - 
  
  read / write
 - red ↔ NBColor?
 - 
  
  read / write
 - rose ↔ NBColor?
 - 
  
  read / write
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 - teal ↔ NBColor?
 - 
  
  read / write
 - text ↔ NBColor?
 - 
  
  read / write
 - trueGray ↔ NBColor?
 - 
  
  read / write
 - warmGray ↔ NBColor?
 - 
  
  read / write
 - white ↔ NBColor?
 - 
  
  read / write
 - yellow ↔ NBColor?
 - 
  
  read / write
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a non-existent 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