Fixing code snippet example for meetsGuideline. (#63273)

This commit is contained in:
Panmari 2020-08-11 06:11:04 +02:00 committed by GitHub
parent ec58182b3b
commit 9542a47e44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -584,7 +584,7 @@ Matcher matchesSemantics({
///
/// ```dart
/// final SemanticsHandle handle = tester.ensureSemantics();
/// await meetsGuideline(tester, meetsGuideline(textContrastGuideline));
/// await expectLater(tester, meetsGuideline(textContrastGuideline));
/// handle.dispose();
/// ```
///