Unverified Commit 094edf61 authored by Ben Konyi's avatar Ben Konyi Committed by GitHub

Fixed typo (#26260)

parent 51732aee
...@@ -142,7 +142,7 @@ class Typography extends Diagnosticable { ...@@ -142,7 +142,7 @@ class Typography extends Diagnosticable {
/// ///
/// This [TextTheme] provides color but not geometry (font size, weight, etc). /// This [TextTheme] provides color but not geometry (font size, weight, etc).
/// A text theme's geometry depends on the locale. To look up a localized /// A text theme's geometry depends on the locale. To look up a localized
/// [TextTheme], use the the overall [Theme], for example: /// [TextTheme], use the overall [Theme], for example:
/// `Theme.of(context).textTheme`. /// `Theme.of(context).textTheme`.
/// ///
/// The [englishLike], [dense], and [tall] text theme's provide locale-specific /// The [englishLike], [dense], and [tall] text theme's provide locale-specific
......
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