Tennis Fix

This commit is contained in:
clopezr1
2020-04-23 16:32:29 -04:00
parent 273a738fe0
commit fe3b69f350

View File

@@ -10,7 +10,7 @@ class Sport extends StatelessWidget {
const Item('Baseball', Colors.orange,[1]), const Item('Baseball', Colors.orange,[1]),
const Item('Volleyball', Colors.blue,[0]), const Item('Volleyball', Colors.blue,[0]),
const Item('Softball', Colors.yellow,[0]), const Item('Softball', Colors.yellow,[0]),
const Item('Tennis', Colors.yellowAccent,[0]), const Item('Tennis', Colors.yellowAccent,[0,0]),
]; ];
final feed = Feed(); // was var not final final feed = Feed(); // was var not final