showOverflowMenu abstract method

Future<int?> showOverflowMenu({
  1. required BuildContext context,
  2. required List<M3EButtonGroupAction> actions,
  3. required int firstHiddenIndex,
  4. required int? selectedIndex,
})

showOverflowMenu.

Implementation

Future<int?> showOverflowMenu({
  required BuildContext context,
  required List<M3EButtonGroupAction> actions,
  required int firstHiddenIndex,
  required int? selectedIndex,
});