withLifecycle method
Attaches this scroll position to a RaiiLifecycleAware object.
Implementation
ScrollPosition withLifecycle(
RaiiLifecycleAware lifecycleAware, {
String? debugLabel,
}) {
RaiiDisposeable.withLifecycle(
lifecycleAware,
dispose: dispose,
debugLabel: debugLabel,
);
return this;
}