switched to horizontal numberpicker, scrolling is weird tho, still up/down...
This commit is contained in:
parent
d0f03c80d7
commit
2c1e98d896
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ class _PracticeSetupState extends State<PracticeSetupPage> {
|
||||||
"How many rounds",
|
"How many rounds",
|
||||||
style: TextStyle(fontSize: 20),
|
style: TextStyle(fontSize: 20),
|
||||||
),
|
),
|
||||||
NumberPicker.integer(
|
NumberPicker.horizontal(
|
||||||
initialValue: _count,
|
initialValue: _count,
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
maxValue: 500,
|
maxValue: 500,
|
||||||
|
@ -118,7 +118,7 @@ class _PracticeSetupState extends State<PracticeSetupPage> {
|
||||||
Text(""),
|
Text(""),
|
||||||
Text("7d", textAlign: TextAlign.center, style: TextStyle(fontSize: 25)),
|
Text("7d", textAlign: TextAlign.center, style: TextStyle(fontSize: 25)),
|
||||||
Text("30d", textAlign: TextAlign.center, style: TextStyle(fontSize: 25)),
|
Text("30d", textAlign: TextAlign.center, style: TextStyle(fontSize: 25)),
|
||||||
Text("All", textAlign: TextAlign.center, style: TextStyle(fontSize: 25))
|
Text("All", textAlign: TextAlign.center, style: TextStyle(fontSize: 25)),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
getStatTableRow(snapshot, PracticeType.month),
|
getStatTableRow(snapshot, PracticeType.month),
|
||||||
|
|
Loading…
Add table
Reference in a new issue