colors property

List<Color> get colors
inherited

colors

Implementation

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

Implementation

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