TooltipRenderArgs constructor

TooltipRenderArgs(
  1. String? header,
  2. String? text,
  3. Offset? location
)

Creating an argument constructor of TooltipArgs class.

Implementation

TooltipRenderArgs(this.header, this.text, this.location);