If this project helped you reduce developement time or you just want to help me continue making useful tools
2. void pause()
3. void set(Duration)
4. void reset()
5. Duration getOriginalTime()
6. Duration getTimePassed()
7. Duration getTimeLeft()
8. bool isRunning()
1. void play()
2. void pause()
3. void setMaxTime(Duration)
4. void reset()
5. Duration getMaxTime()
6. Duration getTimePassed()
7. Duration getSplitTime()
8. Duration getLapTime()
9. bool isRunning()
1. final Duration initialDuration;
2. final Function onConfirm;
3. final Function onCancel;
4. final bool showDays;
5. final bool showHours;
6. final bool showMinutes;
7. final bool showSeconds;
8. final bool showMilliseconds;
9. final bool showMicroseconds;
10. final int minDaySpaces;
11. final int minHourSpaces;
12. final int minMinuteSpaces;
13. final int minSecondSpaces;
14. final int minMillisecondSpaces;
15. final int minMicrosecondSpaces;
16. final int maxDaysExclusive;
17. final int maxHoursExclusive;
18. final int maxMinutesExclusive;
19. final int maxSecondsExclusive;
20. final int maxMillisecondsExclusive;
21. final int maxMicrosecondsExclusive;
22. final int minDaysInclusive;
23. final int minHoursInclusive;
24. final int minMinutesInclusive;
25. final int minSecondsInclusive;
26. final int minMillisecondsInclusive;
27. final int minMicrosecondsInclusive;
28. final double pickerSize;
29. final double pickerItemSize;
30. final Color pickerBackgroundColor;
31. final double pickerDiameterRatio;
32. final TextStyle pickerTextStyle;
33. final TextStyle labelTextStyle;
34. final Color labelBackgroundColor;
35. final Color topBarColor;
36. final TextStyle titleTextStyle;
37. final String titleText;
38. final TextStyle buttonTextStyle;
39. final String leftButtonText;
40. final String rightButtonText;
1. final bool showDays
2. final bool showHours
3. final bool showMinutes
4. final bool showSeconds
5. final bool showMilliseconds
6. final bool showMicroseconds