menu
flutter_awesome_select package
documentation
flutter_awesome_select.dart
S2MultiChosen<T>
choice property
choice property
dark_mode
light_mode
choice
property
@
override
List
<
S2Choice
<
T
>
>
?
get
choice
override
Returns the choice item(s)
Implementation
@override List<S2Choice<T>>? get choice { return _choice; }
flutter_awesome_select package
documentation
flutter_awesome_select
S2MultiChosen<T>
choice property
S2MultiChosen class