Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
d295fbb6
Unverified
Commit
d295fbb6
authored
Feb 19, 2020
by
Miguel Beltran
Committed by
GitHub
Feb 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add highContrast to FakeAccessibilityFeatures test (#48486)
parent
405638f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
window_test.dart
packages/flutter_test/test/window_test.dart
+11
-0
No files found.
packages/flutter_test/test/window_test.dart
View file @
d295fbb6
...
...
@@ -256,6 +256,7 @@ class FakeAccessibilityFeatures implements AccessibilityFeatures {
this
.
disableAnimations
=
false
,
this
.
boldText
=
false
,
this
.
reduceMotion
=
false
,
this
.
highContrast
=
false
,
});
@override
...
...
@@ -272,4 +273,14 @@ class FakeAccessibilityFeatures implements AccessibilityFeatures {
@override
final
bool
reduceMotion
;
final
bool
highContrast
;
/// This gives us some grace time when the dart:ui side adds something to
/// [AccessibilityFeatures], and makes things easier when we do rolls to
/// give us time to catch up.
@override
dynamic
noSuchMethod
(
Invocation
invocation
)
{
return
null
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment