tabBuilder property

Widget Function(BuildContext context, TTab<T> tab, bool isSelected)? tabBuilder
final

Custom builder for tab widgets. When provided, this builder is used instead of the default tab rendering. Receives the tab, whether it's selected, and should return a widget.

Implementation

final Widget Function(BuildContext context, TTab<T> tab, bool isSelected)? tabBuilder;