@@ -24,10 +24,10 @@ import 'text_theme.dart';
24
24
/// the [Typography.geometryThemeFor] method in terms of the
25
25
/// three language categories defined in <https://material.io/go/design-typography>.
26
26
///
27
- /// Generally speaking, font sizes for [ ScriptCategory.tall] and
28
- /// [ ScriptCategory.dense] scripts - for text styles that are smaller than the
27
+ /// Generally speaking, font sizes for ` ScriptCategory.tall` and
28
+ /// ` ScriptCategory.dense` scripts - for text styles that are smaller than the
29
29
/// title style - are one unit larger than they are for
30
- /// [ ScriptCategory.englishLike] scripts.
30
+ /// ` ScriptCategory.englishLike` scripts.
31
31
enum ScriptCategory {
32
32
/// The languages of Western, Central, and Eastern Europe and much of
33
33
/// Africa are typically written in the Latin alphabet. Vietnamese is a
@@ -260,12 +260,12 @@ class Typography with Diagnosticable {
260
260
/// geometry.
261
261
final TextTheme white;
262
262
263
- /// Defines text geometry for [ ScriptCategory.englishLike] scripts, such as
263
+ /// Defines text geometry for ` ScriptCategory.englishLike` scripts, such as
264
264
/// English, French, Russian, etc.
265
265
///
266
266
/// This text theme is merged with either [black] or [white] , depending
267
267
/// on the overall [ThemeData.brightness] , when the current locale's
268
- /// [MaterialLocalizations.scriptCategory] is [ ScriptCategory.englishLike] .
268
+ /// [MaterialLocalizations.scriptCategory] is ` ScriptCategory.englishLike` .
269
269
///
270
270
/// To look up a localized [TextTheme] , use the overall [Theme] , for
271
271
/// example: `Theme.of(context).textTheme` .
@@ -276,7 +276,7 @@ class Typography with Diagnosticable {
276
276
///
277
277
/// This text theme is merged with either [black] or [white] , depending
278
278
/// on the overall [ThemeData.brightness] , when the current locale's
279
- /// [MaterialLocalizations.scriptCategory] is [ ScriptCategory.dense] .
279
+ /// [MaterialLocalizations.scriptCategory] is ` ScriptCategory.dense` .
280
280
///
281
281
/// To look up a localized [TextTheme] , use the overall [Theme] , for
282
282
/// example: `Theme.of(context).textTheme` .
@@ -286,7 +286,7 @@ class Typography with Diagnosticable {
286
286
///
287
287
/// This text theme is merged with either [black] or [white] , depending
288
288
/// on the overall [ThemeData.brightness] , when the current locale's
289
- /// [MaterialLocalizations.scriptCategory] is [ ScriptCategory.tall] .
289
+ /// [MaterialLocalizations.scriptCategory] is ` ScriptCategory.tall` .
290
290
///
291
291
/// To look up a localized [TextTheme] , use the overall [Theme] , for
292
292
/// example: `Theme.of(context).textTheme` .
@@ -1387,7 +1387,7 @@ class Typography with Diagnosticable {
1387
1387
),
1388
1388
);
1389
1389
1390
- /// Defines text geometry for [ ScriptCategory.englishLike] scripts, such as
1390
+ /// Defines text geometry for ` ScriptCategory.englishLike` scripts, such as
1391
1391
/// English, French, Russian, etc.
1392
1392
static const TextTheme englishLike2014 = TextTheme (
1393
1393
displayLarge: TextStyle (
@@ -1499,7 +1499,7 @@ class Typography with Diagnosticable {
1499
1499
),
1500
1500
);
1501
1501
1502
- /// Defines text geometry for [ ScriptCategory.englishLike] scripts, such as
1502
+ /// Defines text geometry for ` ScriptCategory.englishLike` scripts, such as
1503
1503
/// English, French, Russian, etc.
1504
1504
///
1505
1505
/// The font sizes, weights, and letter spacings in this version match the
@@ -2071,7 +2071,7 @@ class Typography with Diagnosticable {
2071
2071
),
2072
2072
);
2073
2073
2074
- /// Defines text geometry for [ ScriptCategory.englishLike] scripts, such as
2074
+ /// Defines text geometry for ` ScriptCategory.englishLike` scripts, such as
2075
2075
/// English, French, Russian, etc.
2076
2076
///
2077
2077
/// The font sizes, weights, and letter spacings in this version match the
0 commit comments