startCallback method

void startCallback(
  1. String newValue
)

Implementation

void startCallback(String newValue) {
  // is remove selected
  // var selectKey = SpinnerView.key_position_hint.toString();
  bool isRemoveSelected   =   newValue == SpinnerView.key_position_hint;

  //callback
  widget.onSelectPosition(selected_position, isRemoveSelected);
}