Commit e7c809e 1 parent ffbf69c commit e7c809e Copy full SHA for e7c809e
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ class _DestinationLayoutAnimationBuilder extends StatelessWidget {
705
705
///
706
706
/// Used by [_NavigationDestinationBuilder] .
707
707
class _NavigationBarDestinationSemantics extends StatelessWidget {
708
- /// Adds the the appropriate semantics for navigation bar destinations to the
708
+ /// Adds the appropriate semantics for navigation bar destinations to the
709
709
/// [child] .
710
710
const _NavigationBarDestinationSemantics ({
711
711
Key ? key,
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ class TextSelectionOverlay {
335
335
/// A callback that's optionally invoked when a selection handle is tapped.
336
336
///
337
337
/// The [TextSelectionControls.buildHandle] implementation the text field
338
- /// uses decides where the the handle's tap "hotspot" is, or whether the
338
+ /// uses decides where the handle's tap "hotspot" is, or whether the
339
339
/// selection handle supports tap gestures at all. For instance,
340
340
/// [MaterialTextSelectionControls] calls [onSelectionHandleTapped] when the
341
341
/// selection handle's "knob" is tapped, while
You can’t perform that action at this time.
0 commit comments