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