onInputComplete property Null safety
final
Callback that called when user's input complete. Called if user selected one or more points.
Implementation
final Function(List<int>) onInputComplete;
Callback that called when user's input complete. Called if user selected one or more points.
final Function(List<int>) onInputComplete;