createState method

  1. @override
State<TabBarView> createState()
override

Creates the mutable state for this widget.

Implementation

@override
State<TabBarView> createState() => _TabBarViewState();