FluentTooltipState class
A tooltip's fully resolved state, including the design axis.
The counterpart of FluentButtonState: base state plus exactly
appearance.
- Inheritance
-
- Object
- FluentTooltipBaseState
- FluentTooltipState
- Annotations
Constructors
- FluentTooltipState({required FluentTooltipPosition position, required bool withArrow, required Widget content, required FluentTooltipAppearance appearance})
-
Creates a resolved state.
const
Properties
- appearance → FluentTooltipAppearance
-
Fill treatment.
final
- content → Widget
-
The tooltip body.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- position → FluentTooltipPosition
-
Which side of the target the surface sits on. Read by the renderer, since
it decides where the arrow goes — it is geometry, not styling.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- withArrow → bool
-
Whether the pointing arrow is drawn.
finalinherited
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