save method

void save()

Implementation

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