CupertinoContextMenuBuilder typedef

CupertinoContextMenuBuilder = Widget Function(BuildContext context, Animation<double> animation)

A function that builds the child and handles the transition between the default child and the preview when the CupertinoContextMenu is open.

Implementation

typedef CupertinoContextMenuBuilder = Widget Function(
  BuildContext context,
  Animation<double> animation,
);