rainbowMap property
Map of colorful colors.
Implementation
Map<String, ZetaColorSwatch> get rainbowMap => {
'red': red,
'orange': orange,
'yellow': yellow,
'green': green,
'blue': blue,
'teal': teal,
'pink': pink,
};