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