NBColor constructor Null safety

const NBColor(
  1. int primary,
  2. Map<String, Color> swatch,
  3. String colorName
)

Implementation

const NBColor(super.primary, super.swatch, this.colorName);