TealeafHelper class

Tealeaf static helper methods

Constructors

TealeafHelper()

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

Operators

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

Static Methods

checkForSemantics(WidgetPath? wp) Map<String, dynamic>
encodeJsonPointerEvent(Object? value) Object?
errorDetailsHelper(FlutterErrorDetails fed, String type) Map<String, dynamic>
gestureHelper({Widget? gesture, String? gestureType}) → void
getGestureTarget(WidgetPath wp) String
pinchGestureHelper({required Widget? gesture, required String onType, Offset? offset, double? scale, Velocity? velocity, int fingers = 0}) → void
pointerEventHelper(String action, PointerEvent pe) → void