Unverified Commit f4af41e2 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

type fix (#24297)

parent 97e03104
...@@ -128,7 +128,7 @@ class Typography extends Diagnosticable { ...@@ -128,7 +128,7 @@ class Typography extends Diagnosticable {
/// ///
/// This [TextTheme] should provide color but not geometry (font size, /// This [TextTheme] should provide color but not geometry (font size,
/// weight, etc). A text theme's geometry depends on the locale. To look /// weight, etc). A text theme's geometry depends on the locale. To look
/// up a localized [TextTheme], use the the overall [Theme], for example: /// up a localized [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