prop_scrollPadding property

  1. @protected
  2. @nonVirtual
EdgeInsets prop_scrollPadding
inherited

Implementation

@protected
@nonVirtual
EdgeInsets get prop_scrollPadding {
  if (!this._$rxProp_scrollPadding.wasInit()) {
    this._$rxProp_scrollPadding.setValue(
        this.widget.$getProp("scrollPadding", const EdgeInsets.all(20.0)));
  }
  return this._$rxProp_scrollPadding.getValue();
}