sliver_tools library

Classes

MultiSliver
MultiSliver allows for returning multiple slivers from a single build method
SliverAnimatedPaintExtent
SliverAnimatedPaintExtent allows for smoothly animating maxPaintExtent changes
SliverAnimatedSwitcher
SliverAnimatedSwitcher sets up an AnimatedSwitcher widget such that it can be used as a sliver by using SliverStack and SliverFadeTransition
SliverClip
SliverClip clips its sliver child from its paintOrigin to its paintExtent. Also clips off any overlap if clipOverlap is true
SliverCrossAxisConstrained
Constrains and centers the child sliver to a maximum cross axis extent specified by maxCrossAxisExtent. alignment specifies how to align the child where -1 is left +1 is right.
SliverCrossAxisPadded
Constrains and centers the child sliver to a maximum cross axis extent specified by paddingStart.
SliverPinnedHeader
SliverPinnedHeader keeps its child pinned to the leading edge of the viewport.
SliverPositioned
A widget that controls where a box child of a SliverStack is positioned.
SliverStack
A Stack widget that can be used as a sliver