borderStart property

double? get borderStart

Implementation

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

Implementation

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