ChartTooltipCallback class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

ChartTooltipCallback()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

afterBody([List<ChartTooltipItem> item, dynamic data]) → void
afterFooter([List<ChartTooltipItem> item, dynamic data]) → void
afterLabel([ChartTooltipItem tooltipItem, dynamic data]) → void
afterTitle([List<ChartTooltipItem> item, dynamic data]) → void
beforeBody([List<ChartTooltipItem> item, dynamic data]) → void
beforeFooter([List<ChartTooltipItem> item, dynamic data]) → void
beforeLabel([ChartTooltipItem tooltipItem, dynamic data]) → void
beforeTitle([List<ChartTooltipItem> item, dynamic data]) → void
label([ChartTooltipItem tooltipItem, dynamic data]) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
title([List<ChartTooltipItem> item, dynamic data]) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited