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
)
Implementation
NativeBaseColor(
this.amber,
this.blue,
this.blueGray,
this.coolGray,
this.cyan,
this.dark,
this.darkBlue,
this.emerald,
this.fuchsia,
this.gray,
this.green,
this.indigo,
this.lightBlue,
this.lime,
this.orange,
this.pink,
this.purple,
this.red,
this.rose,
this.teal,
this.text,
this.trueGray,
this.warmGray,
this.yellow,
this.white,
this.black,
);