class HomeWidgetData { final int habitsCompleted; final int habitsTotal; HomeWidgetData({this.habitsCompleted = 0, this.habitsTotal = 0}); }