showOverflowMenu method
Future<int?>
showOverflowMenu({
- required BuildContext context,
- required List<
M3EButtonGroupAction> actions, - required int firstHiddenIndex,
- 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;