isWriting

Whether a write of this wrapper's own to its widget is currently in flight. It is true only for the length of a write, which runs to completion on the event dispatch thread.

Read it from a widget listener, which is where a write of this wrapper's own has to be told from the user's. It is not snapshot state, so reading it while composing subscribes to nothing.