Custom draggable widget.
More...
Hi! With this package you will be able to move widgets around the screen
Add this to dependencies in your app's pubspec.yaml
DraggableWidget( effectHeight: 100, effectWidth: 100, leftPadding: 10, topPadding: 10, child: Container(color: Colors.green,),),
unverified uploader
Repository (GitHub)View/report issues
API reference
Apache-2.0 (license)
flutter
Packages that depend on custom_draggable_widget
Back