controller property

TabController? controller
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? controller;