builder property

Widget Function(BuildContext context, double shrinkOffset, bool overlapsContent) builder
final

Builder for the header content.

Implementation

final Widget Function(
  BuildContext context,
  double shrinkOffset,
  bool overlapsContent,
) builder;