menu
flutter_awesome_select package
documentation
flutter_awesome_select.dart
S2Selection<T>
select abstract method
select abstract method
dark_mode
light_mode
select
abstract method
void
select
(
S2Choice
<
T
>
choice
, {
bool
selected
=
true
,
})
Select or unselect a choice
Implementation
void select(S2Choice<T> choice, {bool selected = true});
flutter_awesome_select package
documentation
flutter_awesome_select
S2Selection<T>
select abstract method
S2Selection class