hideEmptyLabel property
bool
get
hideEmptyLabel
For styles with both ICON and label, omit the Text widget when label is null/empty
Implementation
bool get hideEmptyLabel {
return true;
}
For styles with both ICON and label, omit the Text widget when label is null/empty
bool get hideEmptyLabel {
return true;
}