home page initial index changed

This commit is contained in:
MohammadTaha Basiri 2022-01-20 18:08:05 +03:30
parent b044c34231
commit dee143973a
1 changed files with 1 additions and 1 deletions

View File

@ -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;