withLifecycle method
Attaches this viewport offset to a RaiiLifecycleAware object for automatic disposal.
Implementation
ViewportOffset withLifecycle(
RaiiLifecycleAware lifecycleAware, {
String? debugLabel,
}) {
RaiiDisposeable.withLifecycle(
lifecycleAware,
dispose: dispose,
debugLabel: debugLabel,
);
return this;
}