Skip to content

Instantly share code, notes, and snippets.

@ipondroid
Created October 28, 2019 07:11
Show Gist options
  • Save ipondroid/7e1ec8c17aebc8026058bebfc10da3d6 to your computer and use it in GitHub Desktop.
Save ipondroid/7e1ec8c17aebc8026058bebfc10da3d6 to your computer and use it in GitHub Desktop.
Draggable(
child: FlutterLogo(size: 50.0, colors: Colors.red,),
feedback: FlutterLogo(size: 50.0, colors: Colors.red,),
childWhenDragging: FlutterLogo(colors: Colors.blueGrey, size: 50.0,),
data: FlutterLogoColor.red,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment