menu
championforms package
documentation
providers/formliststringsprovider.dart
FormListStringsNotifier
removeChoice method
removeChoice method
dark_mode
light_mode
removeChoice
method
void
removeChoice
(
String
choice
)
Implementation
void removeChoice(String choice) { state = state.where((e) => e != choice).toList(); }
championforms package
documentation
providers/formliststringsprovider
FormListStringsNotifier
removeChoice method
FormListStringsNotifier class