I am trying to create a Tabbar at the middle of my page and I am getting this error:
The argument type ‘_UserProfilePageState’ can’t be assigned to the parameter type ‘TickerProvider’. dartargument_type_not_assignable
_tabController = TabController(length: 3, vsync: this);
The above code is what is causing the error. I am trying to implement this code from this post:
How to create a tab bar at center of the screen in flutter?