menu
lectio_wrapper package
documentation
lectio/student.dart
intFixed function
intFixed function
dark_mode
light_mode
intFixed
function
String
intFixed
(
int
n
,
int
count
)
Implementation
String intFixed(int n, int count) => n.toString().padLeft(count, "0");
lectio_wrapper package
documentation
lectio/student
intFixed function
student library