TabBar constructor
const
TabBar({
- Key? key,
- Widget functionTabsBuilder(
- BuildContext context,
- String tabName,
- bool selected
Implementation
const TabBar({
Key? key,
this.functionTabsBuilder,
}) : super(key: key);