menu
fpj_core package
documentation
fpj_cores.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); }
fpj_core package
documentation
fpj_cores
TextUtil
formatSpace4 static method
TextUtil class