label property
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;
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.
final String? label;