NativeBaseColor constructor Null safety

NativeBaseColor(
  1. NBColor? amber,
  2. NBColor? blue,
  3. NBColor? blueGray,
  4. NBColor? coolGray,
  5. NBColor? cyan,
  6. NBColor? dark,
  7. NBColor? darkBlue,
  8. NBColor? emerald,
  9. NBColor? fuchsia,
  10. NBColor? gray,
  11. NBColor? green,
  12. NBColor? indigo,
  13. NBColor? lightBlue,
  14. NBColor? lime,
  15. NBColor? orange,
  16. NBColor? pink,
  17. NBColor? purple,
  18. NBColor? red,
  19. NBColor? rose,
  20. NBColor? teal,
  21. NBColor? text,
  22. NBColor? trueGray,
  23. NBColor? warmGray,
  24. NBColor? yellow,
  25. NBColor? white,
  26. NBColor? black,
  27. NBColor? primary
)

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,
    this.primary);