TooltipAlignment enum Null safety
Used to align the tootip content.
Tooltip alignment supports the below alignments.
Constants
- center → const TooltipAlignment
-
- TooltipAlignment.center, will align the tooltip content at center.
const TooltipAlignment(1)
- far → const TooltipAlignment
-
- TooltipAlignment.far, will align the tooltip content far from center.
const TooltipAlignment(2)
- near → const TooltipAlignment
-
- TooltipAlignment.near, will align the tooltip content nearby to center.
const TooltipAlignment(0)
-
values
→ const List<
TooltipAlignment> -
A constant List of the values in this enum, in order of their declaration.
const List<
TooltipAlignment>
Properties
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