ContextMenu constructor Null safety
- {required String name,
- String description = '',
- required ContextMenuType type,
- required String scope,
- bool? everyone}
Implementation
const ContextMenu ({ required this.name, this.description = '', required this.type, required this.scope, this.everyone });