contextScreenColorMap property

Map<String, Color> contextScreenColorMap
getter/setter pair

Implementation

Map<String, Color> contextScreenColorMap = {
  PT_12: Colors.accents[2][100]!,
  PT_23: Colors.accents[5][100]!,
  PT_34: Colors.accents[8][100]!,
  PT_45: Colors.accents[11][100]!,
  PT_123: Colors.accents[14][100]!,
  PT_234: Colors.accents[1][100]!,
  PT_345: Colors.accents[4][100]!,
  PT_1234: Colors.accents[7][100]!,
  PT_2345: Colors.accents[10][100]!,
  PT_FULLSCREEN: Colors.accents[13][100]!
};