input property
The input widget (EditableText or wrapped version).
Created by the component. Renderer must include this in the tree. This is the "Variant A" approach: component owns text editing, renderer owns visual decoration.
Implementation
final Widget input;