label property

String? label
final

The text label for this BarItem.

This will be used to create a Text widget to put in the animated text bar. The text to be animated (it will be shown only when the item is selected).

Implementation

final String? label;