controller property

TabController controller
final

The TabController used to control tab selection and synchronization.

This TabController manages which tab is currently selected and handles animations between tab changes. It is necessary for coordinating the content display with the selected tab index.

Implementation

final TabController controller;