TrackerData class
A class that holds data for a tracker.
This class holds a tooltip and a tracker level level.
Constructors
-
TrackerData({required Widget tooltip, required TrackerLevel level})
-
Creates a new TrackerData instance.
requires two parameters:
tooltip
is the tooltip for the tracker.
level
is the tracker level.
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited