colorA property

int colorA

Implementation

int get colorA => _colorA;
void colorA=(int x)

Implementation

set colorA(int x) {
  _colorA = x;
  colorData = _getColorData();
}