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
ad448db6
Unverified
Commit
ad448db6
authored
Oct 24, 2023
by
Tirth
Committed by
GitHub
Oct 24, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Typos (#137173)
Fix Small Typos.
parent
996dcf93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
action_icons_theme_test.dart
packages/flutter/test/material/action_icons_theme_test.dart
+1
-1
finders.dart
packages/flutter_test/lib/src/finders.dart
+1
-1
No files found.
packages/flutter/test/material/action_icons_theme_test.dart
View file @
ad448db6
...
...
@@ -37,7 +37,7 @@ void main() {
expect
(
copy
.
drawerButtonIconBuilder
,
originalButtonBuilder
);
expect
(
copy
.
endDrawerButtonIconBuilder
,
originalButtonBuilder
);
// Check if the properties are overriden.
// Check if the properties are overrid
d
en.
final
ActionIconThemeData
overridden
=
original
.
copyWith
(
backButtonIconBuilder:
newButtonBuilder
,
closeButtonIconBuilder:
newButtonBuilder
,
...
...
packages/flutter_test/lib/src/finders.dart
View file @
ad448db6
...
...
@@ -965,7 +965,7 @@ mixin _LegacyFinderMixin on FinderBase<Element> {
/// A base class for creating finders that search the [Element] tree for
/// [Widget]s.
///
/// The [findInCandidates] method must be overriden and will be enforced at
/// The [findInCandidates] method must be overrid
d
en and will be enforced at
/// compilation after [apply] is removed.
abstract
class
Finder
extends
FinderBase
<
Element
>
with
_LegacyFinderMixin
{
/// Creates a new [Finder] with the given `skipOffstage` value.
...
...
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