RTextFieldSlots class final

TextField slots for partial customization (Replace/Decorate pattern).

Allows overriding specific visual parts without reimplementing the entire renderer.

See docs/V1_DECISIONS.md → "4) Renderer contracts + Slots override".

Annotations

Constructors

RTextFieldSlots({Widget? leading, Widget? trailing, Widget? prefix, Widget? suffix})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
leading Widget?
Widget to display before the input (e.g., search icon).
final
prefix Widget?
Widget to display before text inside the input (e.g., "$").
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffix Widget?
Widget to display after text inside the input (e.g., "USD").
final
trailing Widget?
Widget to display after the input (e.g., clear button).
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