ResolvedTooltipStyle class
The tooltip's appearance, with every slot the theme touches filled in.
Constructors
- ResolvedTooltipStyle({Decoration? decoration})
-
Creates a resolved tooltip style.
const
Properties
- decoration → Decoration?
-
The tooltip's box, or null to leave it to Flutter.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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