colors property

Map<int, Styles> colors
read / write

A map that maps the numbers to the colors.

Implementation

Map<int, Styles> colors = <int, Styles>{
  0: Styles.WHITE,
  1: Styles.GREEN,
  2: Styles.RED,
  3: Styles.BLUE,
  4: Styles.YELLOW,
};