MultipleAnswerController<T> constructor

MultipleAnswerController<T>([
  1. Iterable<T>? value
])

Creates a MultipleAnswerController with an optional initial selection.

Parameters:

  • value (Iterable<T>?, optional): Initial selection of items

Implementation

MultipleAnswerController([super.value]);