SliverOverlapAbsorberHandleRaiiExt extension

Extension for managing SliverOverlapAbsorberHandle lifecycle.

Example:

final absorberHandle = SliverOverlapAbsorberHandle()
  .withLifecycle(this, debugLabel: 'AbsorberHandle');
on

Methods

withLifecycle(RaiiLifecycleAware lifecycleAware, {String? debugLabel}) SliverOverlapAbsorberHandle

Available on SliverOverlapAbsorberHandle, provided by the SliverOverlapAbsorberHandleRaiiExt extension

Attaches this sliver overlap absorber handle to a RaiiLifecycleAware object for automatic disposal.