Unverified Commit 337c5cfc authored by Nils Reichardt's avatar Nils Reichardt Committed by GitHub

Update finders.dart (#63600)

parent 2526ef12
...@@ -298,7 +298,7 @@ class CommonFinders { ...@@ -298,7 +298,7 @@ class CommonFinders {
/// ## Sample code /// ## Sample code
/// ///
/// ```dart /// ```dart
/// expect(find.BySemanticsLabel('Back'), findsOneWidget); /// expect(find.bySemanticsLabel('Back'), findsOneWidget);
/// ``` /// ```
/// ///
/// If the `skipOffstage` argument is true (the default), then this skips /// If the `skipOffstage` argument is true (the default), then this skips
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment