AdeptTabBar<T> constructor
const
AdeptTabBar<T> ({})
Constructor allows you to define styling and value properties.
Implementation
const AdeptTabBar(
{super.key,
this.isScrollable = false,
required this.list,
required this.getText,
this.onTap});