mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[docs] fix typos in page_transitions_theme.dart and tooltip.dart (#106264)
This commit is contained in:
parent
d4929bc828
commit
b5c0f8ab9a
@ -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].
|
||||
///
|
||||
|
@ -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
|
||||
/// bellow 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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user