tab height fix

This commit is contained in:
Shubham Soni 2022-01-24 18:29:29 +05:30
parent a92dfe54b6
commit e7547a7405

View File

@ -22,7 +22,7 @@ class SizedPageView extends StatefulWidget {
} }
class _SizedPageViewState extends State<SizedPageView> class _SizedPageViewState extends State<SizedPageView>
with SingleTickerProviderStateMixin { with TickerProviderStateMixin {
late List<double> _heights; late List<double> _heights;
int _currentIndex = 0; int _currentIndex = 0;