showOverflowMenu method

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

showOverflowMenu.

Implementation

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