debugLabel property

String? debugLabel
final

A debug label for this widget.

Not used for anything except to be printed in the diagnostic output from toString or toStringDeep.

To get a string with the entire tree, call debugDescribeFocusTree. To print it to the console call debugDumpFocusTree.

Defaults to null.

Implementation

final String? debugLabel;