MultipleAnswerController<T> constructor

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

Creates a MultipleAnswerController with an optional initial selection.

Parameters:

  • value (Iterable

Implementation

MultipleAnswerController([super.value]);