Created
June 17, 2019 10:09
-
-
Save flutter-devs/51e07c5c417e7246527f8575f006691b 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( | |
data: 'Flutter', | |
child: FlutterLogo( | |
size: 100.0, | |
), | |
feedback: FlutterLogo( | |
size: 100.0, | |
), | |
childWhenDragging: Container(), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment