StreamHelperAffinity enum
Where StreamTextInput.helperText is rendered relative to the bordered
input area.
Describes which side of the field the helper text gravitates toward.
See also:
- StreamTextInputStyle.helperAffinity, the theme-level setting.
Values
- inside → const StreamHelperAffinity
-
Helper text sits inside the bordered area, directly below the input row.
Useful when the design treats helper text as part of the field's own chrome — visually contained, scoped to the input.
- outside → const StreamHelperAffinity
-
Helper text sits outside the bordered area, below the field.
Useful when helper text should read as an external caption — for fields with limited vertical space, or when the design calls for stronger visual separation between input and feedback.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
StreamHelperAffinity> - A constant List of the values in this enum, in order of their declaration.