You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I create overlay paiting app.
Therefore I need to switch enableDrag flag depend on whether start position of dragging is on canvas or top window bar.
However according to the documentation the way that change enableDrag flag while being shown overlay is only resizeOverlay that end up changing overlay size so I can't change only enableDrag flag.
In the first place why resizeOverlay have a role change enableDrag flag?
This role must be defined as a separate method.
Hi.
I create overlay paiting app.
Therefore I need to switch
enableDrag
flag depend on whether start position of dragging is on canvas or top window bar.However according to the documentation the way that change
enableDrag
flag while being shown overlay is onlyresizeOverlay
that end up changing overlay size so I can't change onlyenableDrag
flag.In the first place why
resizeOverlay
have a role changeenableDrag
flag?This role must be defined as a separate method.
My showOverlay
My GestureDetector in canvas
The text was updated successfully, but these errors were encountered: