prop_scrollPhysics property

  1. @protected
  2. @nonVirtual
ScrollPhysics? prop_scrollPhysics
inherited

Implementation

@protected
@nonVirtual
ScrollPhysics? get prop_scrollPhysics {
  if (!this._$rxProp_scrollPhysics.wasInit()) {
    this
        ._$rxProp_scrollPhysics
        .setValue(this.widget.$getProp("scrollPhysics"));
  }
  return this._$rxProp_scrollPhysics.getValue();
}