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
b5c0f8ab
Unverified
Commit
b5c0f8ab
authored
Jun 21, 2022
by
Albin PK
Committed by
GitHub
Jun 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs] fix typos in page_transitions_theme.dart and tooltip.dart (#106264)
parent
d4929bc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
page_transitions_theme.dart
...ages/flutter/lib/src/material/page_transitions_theme.dart
+2
-2
tooltip.dart
packages/flutter/lib/src/material/tooltip.dart
+1
-1
No files found.
packages/flutter/lib/src/material/page_transitions_theme.dart
View file @
b5c0f8ab
...
...
@@ -393,7 +393,7 @@ abstract class PageTransitionsBuilder {
/// Wraps the child with one or more transition widgets which define how [route]
/// arrives on and leaves the screen.
///
/// The [MaterialPageRoute.buildTransitions] method looks up the
current
/// The [MaterialPageRoute.buildTransitions] method looks up the
/// current [PageTransitionsTheme] with `Theme.of(context).pageTransitionsTheme`
/// and delegates to this method with a [PageTransitionsBuilder] based
/// on the theme's [ThemeData.platform].
...
...
@@ -533,7 +533,7 @@ class CupertinoPageTransitionsBuilder extends PageTransitionsBuilder {
/// Defines the page transition animations used by [MaterialPageRoute]
/// for different [TargetPlatform]s.
///
/// The [MaterialPageRoute.buildTransitions] method looks up the
current
/// The [MaterialPageRoute.buildTransitions] method looks up the
/// current [PageTransitionsTheme] with `Theme.of(context).pageTransitionsTheme`
/// and delegates to [buildTransitions].
///
...
...
packages/flutter/lib/src/material/tooltip.dart
View file @
b5c0f8ab
...
...
@@ -769,7 +769,7 @@ class TooltipState extends State<Tooltip> with SingleTickerProviderStateMixin {
}
/// A delegate for computing the layout of a tooltip to be displayed above or
/// bel
l
ow a target specified in the global coordinate system.
/// below a target specified in the global coordinate system.
class
_TooltipPositionDelegate
extends
SingleChildLayoutDelegate
{
/// Creates a delegate for computing the layout of a tooltip.
///
...
...
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