This commit is contained in:
Ahmed Ashour 2021-10-21 19:53:02 +02:00 committed by GitHub
parent ffbf69cccc
commit e7c809e8a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -705,7 +705,7 @@ class _DestinationLayoutAnimationBuilder extends StatelessWidget {
///
/// Used by [_NavigationDestinationBuilder].
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].
const _NavigationBarDestinationSemantics({
Key? key,

View file

@ -335,7 +335,7 @@ class TextSelectionOverlay {
/// A callback that's optionally invoked when a selection handle is tapped.
///
/// 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,
/// [MaterialTextSelectionControls] calls [onSelectionHandleTapped] when the
/// selection handle's "knob" is tapped, while