AdeptTabBarAppBar<T> constructor
AdeptTabBarAppBar<T> ({
- required String title,
- required List<
T> list, - required String getText(
- T
- bool isScrollable = false,
- TabController? tabController,
Constructor allows you to define styling and value properties.
Implementation
AdeptTabBarAppBar(
{required this.title,
required this.list,
required this.getText,
this.isScrollable = false,
this.tabController});