ApplicationDraggableManager 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

Operators

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

Static Properties

overlayEntry OverlayEntry?
getter/setter pair
overlayEntryIsShow bool
no setter

Static Methods

init({required GlobalKey<NavigatorState> navigatorKey, ImageProvider<Object>? floatingToolImageProvider, required String floatingToolTextNetworkNameOrigin, required String floatingToolTextNetworkNameCurrent, required String floatingToolTextTargetNameOrigin, required String floatingToolTextTargetNameCurrent, required void onTap(), required void onLongPress(), required void onDoubleTap(), required bool overlayEntryShouldShowIfNil}) Future
removeOverlayEntry() → void
showEasyOverlayEntry({double left = 80.0, double top = 100.0}) → void
targetNetworkWidget({required String targetDes, required String networkDes, required Color targetTextColor, required Color networkTextColor}) Widget
updateDevToolFloatingIconOverlayEntry(String currentEnvName) → void