COLORS property
int
get
COLORS
Implementation
int get COLORS => _COLORS.value;
set
COLORS
(int value)
Implementation
set COLORS(int value) => _COLORS.value = value;