Unverified Commit e7c809e8 authored by Ahmed Ashour's avatar Ahmed Ashour Committed by GitHub

Fix typos (#92245)

parent ffbf69cc
...@@ -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,
......
...@@ -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
......
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