debugLabel property

  1. @override
String? debugLabel
override

A label that is used in the toString output. Intended to aid with identifying scroll controller instances in debug output.

Implementation

@override
String? get debugLabel => inner.debugLabel;