RTextFieldRenderRequest class final
Render request containing everything a text field renderer needs.
Follows the pattern: context + spec + state + semantics + commands + slots + tokens. The critical difference from Button: input is required and contains the pre-built EditableText from the component.
See docs/V1_DECISIONS.md → "0.1 Renderer contracts".
- Annotations
Constructors
- RTextFieldRenderRequest({required BuildContext context, required Widget input, required RTextFieldSpec spec, required RTextFieldState state, RTextFieldSemantics? semantics, RTextFieldCommands? commands, RTextFieldSlots? slots, RTextFieldResolvedTokens? resolvedTokens, BoxConstraints? constraints, RenderOverrides? overrides})
-
const
Properties
- commands → RTextFieldCommands?
-
Internal component commands for UI wiring.
final
- constraints → BoxConstraints?
-
Layout constraints (e.g., minimum width).
final
- context → BuildContext
-
Build context for theme/media query access.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- input → Widget
-
The input widget (EditableText or wrapped version).
final
- overrides → RenderOverrides?
-
Per-instance override bag for preset customization.
final
- resolvedTokens → RTextFieldResolvedTokens?
-
Pre-resolved visual tokens.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semantics → RTextFieldSemantics?
-
Semantic information for accessibility.
final
- slots → RTextFieldSlots?
-
Optional slots for partial override (leading/trailing icons, etc.).
final
- spec → RTextFieldSpec
-
Static specification (placeholder, label, etc.).
final
- state → RTextFieldState
-
Current interaction state.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited