Calendar - Finished

This commit is contained in:
kconnel7
2020-04-30 21:17:59 -04:00
parent c6d811331d
commit ac6306dca1
3 changed files with 4 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
import '../monthly_calendar.dart';
import '../screens/sport.dart' as globals;
class Schedule extends StatelessWidget{
final List sport;

View File

@@ -48,7 +48,7 @@ class Sport extends StatelessWidget {
title: buildDropdownButton(selectedSport, setState),
backgroundColor: _curSport.color,
//--Gender Switch-- Need to make condition to determine gender
//--Gender Switch--
actions: <Widget>[
if (genderSportSwitch)
Switch(