How do I assign it to a Widget (Positioned) in its right property so that it moves next to the finger using .globalPosition.dx?

This Question is posted by seven.srikanth at 4/15/2019 4:20:23 AM





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.
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?

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?

Tags:



0 Comments
Login to comment.
Recent Comments

Be the first to Comment. You can ask a Query or Share your toughts or Just say thanks.

Recent Articles


Open a page on top of another page without hiding Drawer

Posted by seven.srikanth on 01 Jul 2023 Article


How to add Icon to a Button in flutter?

Posted by seven.srikanth on 10 Jan 2023 Article


Add Dotted Border to a container in Flutter

Posted by seven.srikanth on 10 Jan 2023 Article


IgnorePointer example in flutter

Posted by seven.srikanth on 09 Jan 2023 Article




© 2018 - Fluttercentral | Email to me - Seven.srikanth@gmail.com