onInputComplete property

dynamic Function(List<int>) onInputComplete
final

Callback that called when user's input complete. Called if user selected one or more points.

Implementation

final Function(List<int>) onInputComplete;