debugDescription property

  1. @override
String debugDescription
override

A very short description of the mouse cursor.

The debugDescription should be a few words that can describe this cursor to make debug information more readable. It is returned as the toString when the diagnostic level is at or above DiagnosticLevel.info.

The debugDescription must not be empty.

Implementation

@override
String get debugDescription => '${objectRuntimeType(this, 'SystemMouseCursor')}($kind)';