callChange method

void callChange()

Implementation

void callChange() {
  widget.onChanged?.call(widget.controller?.text??"");
}