Unverified Commit b5c0f8ab authored by Albin PK's avatar Albin PK Committed by GitHub

[docs] fix typos in page_transitions_theme.dart and tooltip.dart (#106264)

parent d4929bc8
...@@ -393,7 +393,7 @@ abstract class PageTransitionsBuilder { ...@@ -393,7 +393,7 @@ abstract class PageTransitionsBuilder {
/// Wraps the child with one or more transition widgets which define how [route] /// Wraps the child with one or more transition widgets which define how [route]
/// arrives on and leaves the screen. /// 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` /// current [PageTransitionsTheme] with `Theme.of(context).pageTransitionsTheme`
/// and delegates to this method with a [PageTransitionsBuilder] based /// and delegates to this method with a [PageTransitionsBuilder] based
/// on the theme's [ThemeData.platform]. /// on the theme's [ThemeData.platform].
...@@ -533,7 +533,7 @@ class CupertinoPageTransitionsBuilder extends PageTransitionsBuilder { ...@@ -533,7 +533,7 @@ class CupertinoPageTransitionsBuilder extends PageTransitionsBuilder {
/// Defines the page transition animations used by [MaterialPageRoute] /// Defines the page transition animations used by [MaterialPageRoute]
/// for different [TargetPlatform]s. /// 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` /// current [PageTransitionsTheme] with `Theme.of(context).pageTransitionsTheme`
/// and delegates to [buildTransitions]. /// and delegates to [buildTransitions].
/// ///
......
...@@ -769,7 +769,7 @@ class TooltipState extends State<Tooltip> with SingleTickerProviderStateMixin { ...@@ -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 /// A delegate for computing the layout of a tooltip to be displayed above or
/// bellow a target specified in the global coordinate system. /// below a target specified in the global coordinate system.
class _TooltipPositionDelegate extends SingleChildLayoutDelegate { class _TooltipPositionDelegate extends SingleChildLayoutDelegate {
/// Creates a delegate for computing the layout of a tooltip. /// Creates a delegate for computing the layout of a tooltip.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment