0 purchases
custom draggable widget
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,),),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.