MATERIAL_COLORS constant Null safety

Map<String, dynamic> const MATERIAL_COLORS

Theme material colors

Implementation

static const Map<String, MaterialColor> MATERIAL_COLORS =
    <String, MaterialColor>{
  COLOR_TAG_BLUE: Colors.lightBlue,
  COLOR_TAG_GREEN: Colors.green,
  COLOR_TAG_BROWN: Colors.brown,
};