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