TooltipRenderArgs class

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.
no setterinherited
Text for the tooltip header to be shown.
getter/setter pair
location Offset?
The location at which the tooltip is shown
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Text for the tooltip main content.
getter/setter pair

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