errorTone method

Color errorTone(
  1. int tone
)

Implementation

Color errorTone(int tone) => Color(palette.error.get(tone));