menu
npdart package
documentation
core/choice.dart
Choice
Choice.new constructor
Choice.new constructor
dark_mode
light_mode
Choice
constructor
Choice
(
{
required
String
label
,
required
Function
callback
,
})
Implementation
Choice({required this.label, required this.callback});
npdart package
documentation
core/choice
Choice
Choice.new constructor
Choice class