extended_nested_scroll_view library

Classes

NestedScrollView
A scrolling view inside of which can be nested other scrolling views, with their scroll positions being intrinsically linked.
NestedScrollViewInnerScrollPositionKeyWidget
NestedScrollViewState

Functions

typeOf<T>() Type
get type from T

Typedefs

NestedScrollViewHeaderSliversBuilder = List<Widget> Function(BuildContext context, bool? innerBoxIsScrolled)
Signature used by NestedScrollView for building its header.
NestedScrollViewInnerScrollPositionKeyBuilder = Key Function()
NestedScrollViewPinnedHeaderSliverHeightBuilder = double Function()