label property
A textual description for the current label of the node.
The reading direction is given by textDirection.
This exposes the raw text of the attributedLabel.
Implementation
String get label => attributedLabel.string;
A textual description for the current label of the node.
The reading direction is given by textDirection.
This exposes the raw text of the attributedLabel.
String get label => attributedLabel.string;