CupertinoToolbarBuilder typedef

CupertinoToolbarBuilder = Widget Function(BuildContext context, Offset anchorAbove, Offset anchorBelow, Widget child)

The type for a Function that builds a toolbar's container with the given child.

The anchor is provided in global coordinates.

See also:

Implementation

typedef CupertinoToolbarBuilder = Widget Function(
  BuildContext context,
  Offset anchorAbove,
  Offset anchorBelow,
  Widget child,
);