Hi! With this package you will be able to move widgets around the screen
Getting started
Add this to dependencies in your app's pubspec.yaml
Usage
DraggableWidget(
effectHeight: 100,
effectWidth: 100,
leftPadding: 10,
topPadding: 10,
child: Container(color: Colors.green,),),