menu
playx_theme package
documentation
playx_theme.dart
twoDigits function
twoDigits function
dark_mode
light_mode
twoDigits
function
String
twoDigits
(
int
n
)
Implementation
String twoDigits(int n) => n.toString().padLeft(2, "0");
playx_theme package
documentation
playx_theme
twoDigits function
playx_theme library