menu
flutter_slc_boxes package
documentation
flutter/slc/common/text_util.dart
TextUtil
isNotEmpty static method
isNotEmpty static method
dark_mode
light_mode
isNotEmpty
static method
bool
isNotEmpty
(
String
?
text
)
isEmpty
Implementation
static bool isNotEmpty(String? text) { return !isEmpty(text); }
flutter_slc_boxes package
documentation
flutter/slc/common/text_util
TextUtil
isNotEmpty static method
TextUtil class