import 'package:flutter/cupertino.dart'; class TabState { late int currentPage; PageController? pageController; TabState() { ///Initialize variables currentPage = 0; } }