ScrollbarPainterRaiiExt extension
Extension for managing ScrollbarPainter lifecycle.
Example:
final scrollbarPainter = ScrollbarPainter(
color: Colors.grey,
textDirection: TextDirection.ltr,
).withLifecycle(this, debugLabel: 'ScrollbarPainter');
Methods
-
withLifecycle(
RaiiLifecycleAware lifecycleAware, {String? debugLabel}) → ScrollbarPainter -
Available on ScrollbarPainter, provided by the ScrollbarPainterRaiiExt extension
Attaches this scrollbar painter to a RaiiLifecycleAware object.