TippyConfig class
- Annotations
- @anonymous
- @JS()
Constructors
- TippyConfig({String content, String placement, String trigger, bool allowHTML, dynamic followCursor = false, bool arrow = true, dynamic delay = 0, bool hideOnClick = true, dynamic offset = 0})
-
factory
Properties
- allowHTML → bool
-
read-only
- arrow → bool
-
read-only
- content → String
-
read-only
- delay → dynamic
-
read-only
- followCursor → dynamic
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hideOnClick → bool
-
read-only
- offset → dynamic
-
read-only
- placement → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- trigger → String
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited