ContextMenu constructor Null safety

const ContextMenu(
  1. {required String name,
  2. String description = '',
  3. required ContextMenuType type,
  4. required String scope,
  5. bool? everyone}
)

Implementation

const ContextMenu ({ required this.name, this.description = '', required this.type, required this.scope, this.everyone });