TooltipRenderArgs class Null safety
Holds the arguments for the event onTooltipRender.
Event is triggered when the tooltip is rendered, which allows you to customize tooltip arguments.
Constructors
- TooltipRenderArgs(String? header, String? text, Offset? location)
- Creating an argument constructor of TooltipArgs class.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- header ↔ String?
-
Text for the tooltip header to be shown.
read / write
- location ↔ Offset?
-
The location at which the tooltip is shown
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- text ↔ String?
-
Text for the tooltip main content.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited