borderColor property

int borderColor

Implementation

int get borderColor => _borderColor;
void borderColor=(int value)

Implementation

set borderColor(int value) {
  _borderColor = value;
  _refreshPending |= 2;
}