home page initial index changed
This commit is contained in:
parent
b044c34231
commit
dee143973a
|
|
@ -1,7 +1,7 @@
|
|||
import 'package:didvan/providers/core_provider.dart';
|
||||
|
||||
class HomeState extends CoreProvier {
|
||||
int _currentPageIndex = 0;
|
||||
int _currentPageIndex = 2;
|
||||
|
||||
set currentPageIndex(int value) {
|
||||
_currentPageIndex = value;
|
||||
|
|
|
|||
Loading…
Reference in New Issue