onChange property

void Function(List<String> answers) onChange
final

A callback function that must be called with the answer.

Implementation

final void Function(List<String> answers) onChange;