Skip to content

Instantly share code, notes, and snippets.

@joshpetit
Created September 29, 2021 11:49
Show Gist options
  • Save joshpetit/2a1db8401b052d6a394f773603941fdd to your computer and use it in GitHub Desktop.
Save joshpetit/2a1db8401b052d6a394f773603941fdd to your computer and use it in GitHub Desktop.
Find flutter widget by descendent
textField = find.descendant(
of: find.byKey(const Key('eventDescriptionField')),
matching: find.byKey(const Key('textField')),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment