label property

String label

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;