updateDraft method

void updateDraft(
  1. String value
)

Live draft update from the editing field — intentionally does NOT notify (the field owns its own text); committed value lands via commit.

Implementation

void updateDraft(String value) => _draft = value;