label property

String? label
final

The text label to display on the button.

If null, only the icon will be shown. The label is typically hidden when the button is not expanded.

Implementation

final String? label;