ColorPalette.empty constructor

ColorPalette.empty()

Returns a ColorPalette with an empty list of colors.

Implementation

factory ColorPalette.empty() => ColorPalette(<ColorModel>[]);