colors property

List<Color> colors
inherited

colors

Implementation

List<Color> get colors => $get(#colors) ?? [];
void colors=(List<Color>? colors)
inherited

Implementation

set colors(List<Color>? colors) => $set(#colors, colors);