sliver_app_bar_builder library

Classes

SliverAppBarBuilder
Sliver for an app bar that uses SliverAppBarBuilderDelegate.
SliverAppBarBuilderDelegate
Custom SliverPersistentHeaderDelegate implementation.

Typedefs

ExpandRatioBuilderBarCallback = Widget Function(BuildContext context, double expandRatio, double barHeight, bool overlapsContent)
Widget builder to build a bar (leading and trailing actions) of SliverAppBarBuilder.
ExpandRatioBuilderContentCallback = Widget Function(BuildContext context, double expandRatio, double contentHeight, EdgeInsets centerPadding, bool overlapsContent)
Widget builder to build a content of SliverAppBarBuilder.