ActionsMenuButton constructor
const
ActionsMenuButton({
- Key? key,
- required List<
ActionsMenuEntry?> actions, - bool? applyBlurEffect,
Implementation
const ActionsMenuButton({
super.key,
required this.actions,
this.applyBlurEffect,
}) : _targetType = TargetType.adaptive;