menu
universal_flutter_utils package
documentation
widgets/input_box/index.dart
UFUInputBoxState
getLabelText method
getLabelText method
dark_mode
light_mode
getLabelText
method
String
getLabelText
(
)
Implementation
String getLabelText() { if (!doShowLabel()) { return ''; } return widget.label ?? ''; }
universal_flutter_utils package
documentation
widgets/input_box/index
UFUInputBoxState
getLabelText method
UFUInputBoxState class