MultipleAnswerController<T> constructor
MultipleAnswerController<T> ([
- Iterable<
T> ? value
Creates a MultipleAnswerController with an optional initial selection.
Parameters:
value(Iterable<T>?, optional): Initial selection of items
Implementation
MultipleAnswerController([super.value]);