/// 
///
/// See also:
///
/// * [Typography], the class that generates [TextTheme]s appropriate for a platform.
/// * [Theme], for other aspects of a material design application that can be
/// 
/// By default, [ThemeData.typography] is
/// `Typography(platform: platform)` which uses [englishLike2014],
/// [dense2014] and [tall2014]. To use the 2018 text theme
/// geometries, specify a typography value:
/// ```
/// Typography(
/// platorm: platform,
/// englishLike: Typography.englishLike2018,
/// dense: Typography.dense2018,
/// tall: Typography.tall2018,
/// )
/// ```
///
///
/// See also:
/// See also:
///
///
/// * [Typography], the class that generates [TextTheme]s appropriate for a platform.
/// * [ThemeData.typography], which can be used to configure the
/// * [Theme], for other aspects of a material design application that can be
/// text themes used to create [ThemeData.textTheme],
"description":"The name of the language's script category (see https://material.io/go/design-typography#typography-language-categories-reference)."
"description":"The name of the language's script category (see https://material.io/design/typography/language-support.html#language-categories-reference).",