borderStart property

double? borderStart

Implementation

double? get borderStart {
  var v = borderStartState?.fromController(this) ?? _borderStart;
  return v ?? borderHorizontal ?? borderSize;
}
void borderStart=(double? value)

Implementation

set borderStart(double? value) => _borderStart = value;