HeaderBuilder typedef

HeaderBuilder = Widget Function(BuildContext context, BoxConstraints constraints, double shrinkOffset)

A builder that builds the contents of the header. Used only on mobile platforms.

Implementation

typedef HeaderBuilder = Widget Function(
  BuildContext context,
  BoxConstraints constraints,
  double shrinkOffset,
);