tertiaryTone method

Color tertiaryTone(
  1. int tone
)

Implementation

Color tertiaryTone(int tone) => Color(palette.tertiary.get(tone));