removed an unused field
This commit is contained in:
parent
df53bc9ee2
commit
0046da73a0
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class PracticeSetupPage extends StatefulWidget {
|
||||||
class _PracticeSetupState extends State<PracticeSetupPage> {
|
class _PracticeSetupState extends State<PracticeSetupPage> {
|
||||||
int _count = 12;
|
int _count = 12;
|
||||||
bool _showCorrect = true;
|
bool _showCorrect = true;
|
||||||
final _ranges = ["", "7d", "30d", "All"];
|
|
||||||
|
|
||||||
Future<Map<String, double>> _answerStats;
|
Future<Map<String, double>> _answerStats;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue