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