mirror of
https://github.com/mzelldev/autoscale_tabbarview.git
synced 2024-09-21 16:56:27 +00:00
tab height fix
This commit is contained in:
parent
a92dfe54b6
commit
e7547a7405
@ -22,7 +22,7 @@ class SizedPageView extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _SizedPageViewState extends State<SizedPageView>
|
||||
with SingleTickerProviderStateMixin {
|
||||
with TickerProviderStateMixin {
|
||||
late List<double> _heights;
|
||||
int _currentIndex = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user