set default month practice count to 12
This commit is contained in:
parent
185e913827
commit
8e64a87631
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class MonthPracticeSetupPage extends StatefulWidget {
|
||||||
}
|
}
|
||||||
|
|
||||||
class _MonthPracticeSetupState extends State<MonthPracticeSetupPage> {
|
class _MonthPracticeSetupState extends State<MonthPracticeSetupPage> {
|
||||||
int _count = 5;
|
int _count = 12;
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context){
|
Widget build(BuildContext context){
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
|
|
Loading…
Add table
Reference in a new issue