expandBelowWidth property

set expandBelowWidth (double? v)

Implementation

set expandBelowWidth(double? v) {
  if (_expandBelowWidth != v) {
    _expandBelowWidth = v;
    markNeedsLayout();
  }
}