refactored timetable
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
const double kCalendarStartHour = 7.5;
|
||||
const double kCalendarEndHour = 17.25;
|
||||
const Duration kCalendarTimeInterval = Duration(minutes: 30);
|
||||
const double kCalendarViewHeaderHeight = 60;
|
||||
|
||||
/// Minimum pixels per hour. Below this, the grid scrolls vertically rather
|
||||
/// than compressing further.
|
||||
const double kCalendarMinPxPerHour = 56;
|
||||
Reference in New Issue
Block a user