TooltipController class Null safety

Constructors

TooltipController()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
nextPlayIndex int
read-onlyinherited
playWidgetLength int
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
widgetsPlayStream Stream<OverlayTooltipModel?>
read-onlyinherited

Methods

addPlayableWidget(OverlayTooltipModel model) → void
inherited
dismiss() → dynamic
inherited
dispose() → void
inherited
next() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onDone(dynamic onDone()) → void
inherited
pause() → dynamic
inherited
previous() → dynamic
inherited
setStartWhen(Future<bool> callback(int initializedWidgetLength)) → void
inherited
start([int? displayIndex]) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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