ColorTones constructor

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

Implementation

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