This commit is contained in:
Michael Goderbauer 2018-11-13 10:31:22 -08:00 committed by GitHub
parent 97e03104a0
commit f4af41e20e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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