niceColors property
Implementation
static List<Color?> niceColors = [
colors['blue600'],
colors['lightblue'],
colors['cyan'],
colors['teal'],
colors['green'],
colors['lightgreen'],
colors['lime700'],
colors['amber'],
colors['orange'],
colors['deeporangeaccent'],
colors['red'],
colors['pink'],
colors['pinkaccent'],
colors['purpleaccent'],
colors['purple'],
colors['deeppurpleaccent'],
colors['indigo'],
colors['indigoaccent'],
colors['bluegrey'],
colors['brown'],
];