Unverified Commit 5a6a6640 authored by Kate Lovett's avatar Kate Lovett Committed by GitHub

The the doc fix (#33917)

parent 5948b3da
......@@ -803,9 +803,9 @@ class _EmptySliderTickMarkShape extends SliderTickMarkShape {
///
/// See also:
///
/// * [RoundSliderThumbShape], which is the the default thumb shape.
/// * [RoundSliderOverlayShape], which is the the default overlay shape.
/// * [PaddleSliderValueIndicatorShape], which is the the default value
/// * [RoundSliderThumbShape], which is the default thumb shape.
/// * [RoundSliderOverlayShape], which is the default overlay shape.
/// * [PaddleSliderValueIndicatorShape], which is the default value
/// indicator shape.
abstract class SliderComponentShape {
/// Abstract const constructor. This constructor enables subclasses to provide
......
......@@ -156,7 +156,7 @@ class Typography extends Diagnosticable {
/// on the overall [ThemeData.brightness], when the current locale's
/// [MaterialLocalizations.scriptCategory] is [ScriptCategory.englishLike].
///
/// To look up a localized [TextTheme], use the the overall [Theme], for
/// To look up a localized [TextTheme], use the overall [Theme], for
/// example: `Theme.of(context).textTheme`.
final TextTheme englishLike;
......@@ -167,7 +167,7 @@ class Typography extends Diagnosticable {
/// on the overall [ThemeData.brightness], when the current locale's
/// [MaterialLocalizations.scriptCategory] is [ScriptCategory.dense].
///
/// To look up a localized [TextTheme], use the the overall [Theme], for
/// To look up a localized [TextTheme], use the overall [Theme], for
/// example: `Theme.of(context).textTheme`.
final TextTheme dense;
......@@ -177,7 +177,7 @@ class Typography extends Diagnosticable {
/// on the overall [ThemeData.brightness], when the current locale's
/// [MaterialLocalizations.scriptCategory] is [ScriptCategory.tall].
///
/// To look up a localized [TextTheme], use the the overall [Theme], for
/// To look up a localized [TextTheme], use the overall [Theme], for
/// example: `Theme.of(context).textTheme`.
final TextTheme tall;
......
......@@ -1507,7 +1507,7 @@ class RenderEditable extends RenderBox {
// should rework this properly to once again match the platform. The constant
// _kCaretHeightOffset scales poorly for small font sizes.
//
/// On iOS, the cursor is taller than the the cursor on Android. The height
/// On iOS, the cursor is taller than the cursor on Android. The height
/// of the cursor for iOS is approximate and obtained through an eyeball
/// comparison.
Rect get _getCaretPrototype {
......
......@@ -220,7 +220,7 @@ class Actions extends InheritedWidget {
return inherited?.dispatcher;
}
/// Invokes the action associated with the given [Intent] using the the
/// Invokes the action associated with the given [Intent] using the
/// [Actions] widget that most tightly encloses the given [BuildContext].
///
/// The `context`, `intent` and `nullOk` arguments must not be null.
......@@ -230,7 +230,7 @@ class Actions extends InheritedWidget {
/// reaches the root.
///
/// Will throw if no ambient [Actions] widget is found, or if the given
/// `intent` doesn't map to an action in any of the the [Actions.actions] maps
/// `intent` doesn't map to an action in any of the [Actions.actions] maps
/// that are found.
///
/// Setting `nullOk` to true means that if no ambient [Actions] widget is
......
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