buildHeader method

Widget buildHeader(
  1. T tab,
  2. int index,
  3. bool active
)

Implementation

Widget buildHeader(T tab, int index, bool active) {
  return tab.title;
}