ElScrollControllerAttrModel constructor

const ElScrollControllerAttrModel({
  1. double? initialScrollOffset,
  2. bool? keepScrollOffset,
  3. ScrollControllerCallback? onAttach,
  4. ScrollControllerCallback? onDetach,
  5. String? debugLabel,
})

Implementation

const ElScrollControllerAttrModel({
  this.initialScrollOffset,
  this.keepScrollOffset,
  this.onAttach,
  this.onDetach,
  this.debugLabel,
});