Created
March 5, 2020 09:57
-
-
Save xinthink/4c823df06de3a325ccf2d0d09fa71b7c 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
// in the note list | |
@override | |
Widget build(BuildContext context) => Hero( | |
tag: 'NoteItem${note.id}', | |
child: DefaultTextStyle( | |
style: kNoteTextLight, | |
child: Container( | |
... | |
), | |
), | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment