primaryTone method

Color primaryTone(
  1. int tone
)

Implementation

Color primaryTone(int tone) => Color(palette.primary.get(tone));