tabController property

TabController? tabController
final

This widget's selection and animation state.

If TabController is not provided, then the value of DefaultTabController.of will be used.

Implementation

final TabController? tabController;