TooltipRow class
One row of a tooltip: a text line with an optional color swatch.
- Annotations
Constructors
- TooltipRow(String text, {Color? swatch})
-
Creates a tooltip row showing
textwith an optional colorswatch.const
Properties
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