menu
jet_flutter_framework package
documentation
jet_framework.dart
WindowsSelection
WindowsSelection.new const constructor
WindowsSelection.new const constructor
dark_mode
light_mode
WindowsSelection
constructor
const
WindowsSelection
(
{
required
String
id
,
required
String
content
,
})
Creates a selectable choice.
Implementation
const WindowsSelection({ required this.id, required this.content, });
jet_flutter_framework package
documentation
jet_framework
WindowsSelection
WindowsSelection.new const constructor
WindowsSelection class