color_chooser library

Classes

ColorChooserScreen
Returns the Color Chooser Screen depending on the current Operating System.
ColorChooserScreenDesktop
The Desktop Version of this Color Chooser Screen
ColorChooserScreenMobile
The Mobile Version of this Color Chooser The length of the colors List should be dividable by 3, because there's always 3 Color Tiles in one Row. If this is not the case, the Background Color of this current Theme will be added to the List. So it is dividable by 3, and the Screen can handle it, but for the User it looks like it just fades away.

Properties

amberColors List<Color>
The Amber Color Shades.
final
blueColors List<Color>
The Blue Color Shades.
final
brownColors List<Color>
The Brown Color Shades.
final
cyanColors List<Color>
The Cyan Color Shades.
final
greenColors List<Color>
The Green Color Shades.
final
indigoColors List<Color>
The Indigo Color Shades.
final
limeColors List<Color>
The Lime Color Shades.
final
orangeColors List<Color>
The Orange Color Shades.
final
pinkColors List<Color>
The Pink Color Shades.
final
purpleColors List<Color>
The Purple Color Shades.
final
redColors List<Color>
The Red Color Shades.
final
tealColors List<Color>
The Teal Color Shades.
final
yellowColors List<Color>
The Yellow Color Shades.
final

Functions

getAllInternalColors(Color backgroundColor) List<Color>
Returns all the internal Colors.
shapesOfColor(Color color) List<Color>
Returns the shapes of the specified color