ShadedColor constructor

const ShadedColor(
  1. int primary,
  2. Map<int, Color> swatch
)

Implementation

const ShadedColor(int primary, Map<int, Color> swatch)
    : super(primary, swatch);