save method

void save()

Calls onSaved with the current value.

Implementation

void save() {
  widget.onSaved?.call(_value);
}