WT 1.1.25 Training Plan Exercise Alternatives

This commit is contained in:
bossanyit
2021-12-18 18:03:52 +01:00
parent 54a61fa585
commit 05cace39bf
15 changed files with 297 additions and 734 deletions
+2
View File
@@ -7,6 +7,7 @@ class TrainingResult {
final DateTime from;
final DateTime to;
Color background;
Color color;
final bool isAllDay;
final bool isTest;
final bool isExercise;
@@ -18,6 +19,7 @@ class TrainingResult {
required this.from,
required this.to,
required this.background,
required this.color,
required this.isAllDay,
required this.exercise,
required this.isTest,