scrollable_list_tab_scroller library
Classes
- BodyContainerProps
- DefaultHeaderWidget
- HeaderContainerProps
- ItemPosition
- Position information for an item in the list.
- ItemPositionsListener
- Provides a listenable iterable of itemPositions of items that are on screen and their locations.
- ItemScrollController
- Controller to jump or scroll to a particular position in a ScrollablePositionedList.
- ScrollableListTabScroller
- ScrollableListTabScrollerState
- ScrollablePositionedList
- A scrollable list of widgets similar to ListView, except scroll control and position reporting is based on index rather than pixel offset.
- ScrollOffsetController
- Controller to scroll a certain number of pixels relative to the current scroll offset.
- ScrollOffsetListener
- Provides an affordance for listening to scroll offset changes.
- TabBarProps
Typedefs
- BodyContainerBuilder = Widget Function(BuildContext context, Widget child)
- HeaderContainerBuilder = Widget Function(BuildContext context, Widget child)
- IndexedActiveStatusWidgetBuilder = Widget Function(BuildContext context, int index, bool active)
- IndexedVoidCallback = void Function(int index)