WindowsSelection constructor

const WindowsSelection({
  1. required String id,
  2. required String content,
})

Creates a selectable choice.

Implementation

const WindowsSelection({
  required this.id,
  required this.content,
});