ZeroTooltipVariant enum

ZeroTooltipVariant is used to define the shape of the tooltip. there are 3 variants:

  1. ZeroTooltipVariant.rectangle - the tooltip is a rectangle
  2. ZeroTooltipVariant.rounded - the tooltip is a circle/rounded
  3. ZeroTooltipVariant.custom - the tooltip is a rectangle with arrow
Inheritance
Available extensions

Values

rectangle → const ZeroTooltipVariant
rounded → const ZeroTooltipVariant
custom → const ZeroTooltipVariant

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
toPainter({Color backgroundColor = Colors.black54, Color borderColor = Colors.transparent, ZeroTooltipPosition position = ZeroTooltipPosition.top}) CustomPainter
toPainter is used to convert the ZeroTooltipVariant to CustomPainter the backgroundColor is the background color of the tooltip the borderColor is the border color of the tooltip the position is the position of the tooltip this function is used in ZeroTooltip widget
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ZeroTooltipVariant>
A constant List of the values in this enum, in order of their declaration.