prop_scrollController property

  1. @protected
  2. @nonVirtual
ScrollController? prop_scrollController
inherited

Implementation

@protected
@nonVirtual
ScrollController? get prop_scrollController {
  if (!this._$rxProp_scrollController.wasInit()) {
    this
        ._$rxProp_scrollController
        .setValue(this.widget.$getProp("scrollController"));
  }
  return this._$rxProp_scrollController.getValue();
}