draggable_float_widget
draggable_float_widget copied to clipboard
Determine DraggableFloatWidget Position
How do I determine the current position of the DraggableFloatWidget's child?
For example, the child widget of my DraggableFloatWidget has a borderRadius that could be LEFT or RIGHT depending on the current Position of the DraggableFloatWidget's child so I want to determine the current position(Left or Right) of the child so I can apply the borderRadius accordingly.
@chan132