Unverified Commit 9542a47e authored by Panmari's avatar Panmari Committed by GitHub

Fixing code snippet example for meetsGuideline. (#63273)

parent ec58182b
...@@ -584,7 +584,7 @@ Matcher matchesSemantics({ ...@@ -584,7 +584,7 @@ Matcher matchesSemantics({
/// ///
/// ```dart /// ```dart
/// final SemanticsHandle handle = tester.ensureSemantics(); /// final SemanticsHandle handle = tester.ensureSemantics();
/// await meetsGuideline(tester, meetsGuideline(textContrastGuideline)); /// await expectLater(tester, meetsGuideline(textContrastGuideline));
/// handle.dispose(); /// handle.dispose();
/// ``` /// ```
/// ///
......
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