save method

void save()
inherited

save field

Implementation

void save() {
  widget.onSaved?.call(this, value);
}