controller property
Optional controller for managing tab state.
When provided, the controller's value is used instead of selectedValue, and tab changes update the controller instead of calling onTabChanged. This allows sharing state between TTabs and TTabContent widgets.
Implementation
final TTabController<T>? controller;