Skip to content

Instantly share code, notes, and snippets.

@devjaime
Created March 21, 2021 04:55
Show Gist options
  • Select an option

  • Save devjaime/acae948fd30931a7111cff8aa0c7e4e6 to your computer and use it in GitHub Desktop.

Select an option

Save devjaime/acae948fd30931a7111cff8aa0c7e4e6 to your computer and use it in GitHub Desktop.
forma más sencilla (tenga en cuenta el uso de ?.):
Future<void> _dragComplete() async {
onDragCompleted?.call();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment