OverlayTooltipModel class Null safety
Constructors
-
OverlayTooltipModel({required Widget child, required Widget tooltip(TooltipController), required GlobalKey<
State< widgetKey, required TooltipVerticalPosition vertPosition, required TooltipHorizontalPosition horPosition, required int displayIndex})StatefulWidget> >
Properties
- child → Widget
-
final
- displayIndex → int
-
final
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- horPosition → TooltipHorizontalPosition
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tooltip → Widget Function(TooltipController)
-
final
- vertPosition → TooltipVerticalPosition
-
final
-
widgetKey
→ GlobalKey<
State< StatefulWidget> > -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override