NudgeWidgetTracker class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
clearForCurrentScreen()
→ void
-
-
findWidgetDetails({required String label, required num scaleX, required num scaleY, num? statusBarHeight})
→ Future<Map<String, dynamic>>
-
-
findWidgetPositionByLabel(String label, num xFactor, num yFactor)
→ WidgetDetails?
-
-
getAllWidgetDetails(num scaleX, num scaleY)
→ List<Map<String, dynamic>>
-
-
nativeFindWidgetPositionByLabel({required String label, required num scaleX, required num scaleY, num? statusBarHeight, required Size screenSize})
→ Future<Map<String, dynamic>>
-
-
register(String label)
→ GlobalKey<State<StatefulWidget>>
-
-
unregister(String label)
→ void
-