secondaryTone method

Color secondaryTone(
  1. int tone
)

Implementation

Color secondaryTone(int tone) => Color(palette.secondary.get(tone));