hideEmptyLabel property

bool hideEmptyLabel

For styles with both ICON and label, omit the Text widget when label is null/empty

Implementation

bool get hideEmptyLabel {
  return true;
}