ScrollbarPainterRaiiExt extension

Extension for managing ScrollbarPainter lifecycle.

Example:

final scrollbarPainter = ScrollbarPainter(
  color: Colors.grey,
  textDirection: TextDirection.ltr,
).withLifecycle(this, debugLabel: 'ScrollbarPainter');
on

Methods

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

Available on ScrollbarPainter, provided by the ScrollbarPainterRaiiExt extension

Attaches this scrollbar painter to a RaiiLifecycleAware object.