menu
awesome_select_plus package
documentation
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});
awesome_select_plus package
documentation
awesome_select
S2Selection<T>
select abstract method
S2Selection class