Created
October 28, 2019 07:11
-
-
Save ipondroid/7e1ec8c17aebc8026058bebfc10da3d6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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