OnClickedEvent class

Constructors

OnClickedEvent({required OnClickData info, required Tab? tab})

Properties

hashCode int
The hash code for this object.
no setterinherited
info OnClickData
Information about the item clicked and the context where the click happened.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tab Tab?
The details of the tab where the click took place. If the click did not take place in a tab, this parameter will be missing.
final

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