borderHorizontal property
double?
get
borderHorizontal
Implementation
double? get borderHorizontal {
var v = borderHorizontalState?.fromController(this) ?? _borderHorizontal;
return v ?? borderSize;
}
set
borderHorizontal
(double? value)
Implementation
set borderHorizontal(double? value) => _borderHorizontal = value;