Created
March 21, 2021 04:55
-
-
Save devjaime/acae948fd30931a7111cff8aa0c7e4e6 to your computer and use it in GitHub Desktop.
forma más sencilla (tenga en cuenta el uso de ?.):
This file contains hidden or 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
| Future<void> _dragComplete() async { | |
| onDragCompleted?.call(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment