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
e7c809e8
Unverified
Commit
e7c809e8
authored
Oct 21, 2021
by
Ahmed Ashour
Committed by
GitHub
Oct 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos (#92245)
parent
ffbf69cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
navigation_bar.dart
packages/flutter/lib/src/material/navigation_bar.dart
+1
-1
text_selection.dart
packages/flutter/lib/src/widgets/text_selection.dart
+1
-1
No files found.
packages/flutter/lib/src/material/navigation_bar.dart
View file @
e7c809e8
...
@@ -705,7 +705,7 @@ class _DestinationLayoutAnimationBuilder extends StatelessWidget {
...
@@ -705,7 +705,7 @@ class _DestinationLayoutAnimationBuilder extends StatelessWidget {
///
///
/// Used by [_NavigationDestinationBuilder].
/// Used by [_NavigationDestinationBuilder].
class
_NavigationBarDestinationSemantics
extends
StatelessWidget
{
class
_NavigationBarDestinationSemantics
extends
StatelessWidget
{
/// Adds the
the
appropriate semantics for navigation bar destinations to the
/// Adds the appropriate semantics for navigation bar destinations to the
/// [child].
/// [child].
const
_NavigationBarDestinationSemantics
({
const
_NavigationBarDestinationSemantics
({
Key
?
key
,
Key
?
key
,
...
...
packages/flutter/lib/src/widgets/text_selection.dart
View file @
e7c809e8
...
@@ -335,7 +335,7 @@ class TextSelectionOverlay {
...
@@ -335,7 +335,7 @@ class TextSelectionOverlay {
/// A callback that's optionally invoked when a selection handle is tapped.
/// A callback that's optionally invoked when a selection handle is tapped.
///
///
/// The [TextSelectionControls.buildHandle] implementation the text field
/// The [TextSelectionControls.buildHandle] implementation the text field
/// uses decides where the
the
handle's tap "hotspot" is, or whether the
/// uses decides where the handle's tap "hotspot" is, or whether the
/// selection handle supports tap gestures at all. For instance,
/// selection handle supports tap gestures at all. For instance,
/// [MaterialTextSelectionControls] calls [onSelectionHandleTapped] when the
/// [MaterialTextSelectionControls] calls [onSelectionHandleTapped] when the
/// selection handle's "knob" is tapped, while
/// selection handle's "knob" is tapped, while
...
...
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