Flutter
material
TabLabel
hasText
hasText
Flutter
material
TabLabel
hasText
property
hasText
Flutter
material
TabLabel
Constructors
TabLabel
Properties
hasIcon
hasText
icon
iconBuilder
text
hashCode
runtimeType
Operators
operator ==
Methods
noSuchMethod
toString
bool
hasText
Whether this label has any text (specified using
text
).
Source
bool get hasText => text != null;