menu
flutter_chen_common package
documentation
common/utils/text_util.dart
TextUtil
formatSpace4 static method
formatSpace4 static method
dark_mode
light_mode
formatSpace4
static method
String
formatSpace4
(
String
text
)
每隔4位加空格
Implementation
static String formatSpace4(String text) { return formatDigitPattern(text); }
flutter_chen_common package
documentation
common/utils/text_util
TextUtil
formatSpace4 static method
TextUtil class