Renderer capability for TextField components.
This is a capability contract (ISP): components request this interface
via HeadlessTheme.capability<RTextFieldRenderer>().
Key principle: Renderer does NOT create EditableText.
It receives the input widget from the component and wraps/positions it.
See docs/implementation/I14_headless_textfield_editabletext_v1.md.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
RTextFieldRenderRequest request) → Widget - Render a text field with the given request.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited