infinite_scroll_tab_view library

Classes

InfiniteScrollTabView
A widget for display combo of tabs and pages.

Typedefs

IndexedTapCallback = void Function(int index)
A type of callback to execute processing on tapped tab.
SelectIndexedTextBuilder = Text Function(int index, bool isSelected)
A type of callback to build Text Widget on specified index.
SelectIndexedWidgetBuilder = Widget Function(BuildContext context, int index, bool isSelected)
A type of callback to build Widget on specified index.