Merge pull request #2 from shubhamhackz/tab-fix

tab height fix
This commit is contained in:
Shubham Soni 2022-01-24 18:33:30 +05:30 committed by GitHub
commit b6edb1416b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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