RDropdownResolvedTokens class final
Resolved visual tokens for dropdown rendering.
These are the final, computed values that a renderer uses. Token resolution happens in the component (or theme), not in the renderer.
Tokens are split into trigger/menu/item groups to keep the API organized and allow independent customization of each part.
See docs/V1_DECISIONS.md → "Token Resolution Layer".
- Annotations
Constructors
- RDropdownResolvedTokens({required RDropdownTriggerTokens trigger, required RDropdownItemTokens item})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- item → RDropdownItemTokens
-
Tokens for menu items.
final
-
Tokens for the menu surface.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trigger → RDropdownTriggerTokens
-
Tokens for the trigger 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.
override