margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font-family: Helvetica, Arial, sans-serif; color: rgb(29, 33, 41); font-size: 14px;](HI, I am using GestureDetector and in its function
onHorizontalDragUpdate: (_) {
var x = _.globalPosition.dx;
}
That data will be updated as I drag my finger horizontally on the screen.text_exposed_showdisplay: inline; font-family: inherit;](
question is:
How do I assign it to a Widget (Positioned) in its right property so that it moves next to the finger using .globalPosition.dx?
text_exposed_showdisplay: inline; font-family: Helvetica, Arial, sans-serif; color: rgb(29, 33, 41); font-size: 14px;](margin-right: 0px; margin-bottom: 6px; margin-left: 0px; font-family: inherit;](Any suggestion of conversion since the data in .globalPosition.dx is very high and Widget (Positioned) is lost in the screen if I send the data directly?