PopupMenuBackgroundBuilder typedef

PopupMenuBackgroundBuilder = Widget Function(BuildContext context, Widget child)

Used to build the background of the popup menu. child is the content of the popup menu.

Implementation

typedef Widget PopupMenuBackgroundBuilder(
  BuildContext context,
  Widget child,
);