MenuBuilder typedef

MenuBuilder = Widget Function(BuildContext context, BoxConstraints rootSize, Iterable<Widget> menus, Iterable<GlobalKey<State<StatefulWidget>>> keys)

Implementation

typedef MenuBuilder = Widget Function(
  BuildContext context,
  BoxConstraints rootSize,
  Iterable<Widget> menus,
  Iterable<GlobalKey> keys,
);