Skip to content

Instantly share code, notes, and snippets.

@flutter-devs
Created June 17, 2019 10:09
Show Gist options
  • Save flutter-devs/51e07c5c417e7246527f8575f006691b to your computer and use it in GitHub Desktop.
Save flutter-devs/51e07c5c417e7246527f8575f006691b to your computer and use it in GitHub Desktop.
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