Skip to content

Instantly share code, notes, and snippets.

@xinthink
Created March 5, 2020 09:57
// 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