colorB property

int colorB

Implementation

int get colorB => _colorB;
void colorB=(int x)

Implementation

set colorB(int x) {
  _colorB = x;
  colorData = _getColorData();
}