recentColors property

List<Color> recentColors
final

A list with the recently select colors.

Defaults to an empty list of colors. You can provide a starting set from some stored state if so desired.

Implementation

final List<Color> recentColors;