menu
smartpub package
documentation
core/strings.dart
Strings
progressCounter static method
progressCounter static method
dark_mode
light_mode
progressCounter
static method
String
progressCounter
(
int
current
,
int
total
)
Implementation
static String progressCounter(int current, int total) => '[$current/$total]';
smartpub package
documentation
core/strings
Strings
progressCounter static method
Strings class