Fix floating number, menu font size
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import 'dart:collection';
|
||||
import 'dart:ui';
|
||||
|
||||
class WorkoutTree {
|
||||
@@ -9,8 +8,8 @@ class WorkoutTree {
|
||||
Color color;
|
||||
double fontSize;
|
||||
bool child;
|
||||
int exercise_type_id;
|
||||
int exerciseTypeId;
|
||||
|
||||
WorkoutTree(this.id, this.parent, this.name, this.imageName, this.color, this.fontSize, this.child, this.exercise_type_id);
|
||||
WorkoutTree(this.id, this.parent, this.name, this.imageName, this.color, this.fontSize, this.child, this.exerciseTypeId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user