basicColors property

List<HTMLColor> basicColors

Returns the basic colors of this palette.

Implementation

List<HTMLColor> get basicColors => List.from(_basicColors);