positionController property

Injected<Offset> positionController
final

Internal position controller for draggable functionality Tracks the current position offset of the popup

Implementation

final positionController = RM.inject<Offset>(() => Offset.zero);