ElScrollControllerAttrModel constructor
const
ElScrollControllerAttrModel({
- double? initialScrollOffset,
- bool? keepScrollOffset,
- ScrollControllerCallback? onAttach,
- ScrollControllerCallback? onDetach,
- String? debugLabel,
Implementation
const ElScrollControllerAttrModel({
this.initialScrollOffset,
this.keepScrollOffset,
this.onAttach,
this.onDetach,
this.debugLabel,
});