callSubmit method

void callSubmit()

Implementation

void callSubmit() {
  widget.onSubmitted?.call(widget.controller?.text??"");
}