englishLike property
final
Defines text geometry for ScriptCategory.englishLike
scripts, such as
English, French, Russian, etc.
This text theme is merged with either black or white, depending
on the overall ThemeData.brightness, when the current locale's
MaterialLocalizations.scriptCategory is ScriptCategory.englishLike
.
To look up a localized TextTheme, use the overall Theme, for
example: Theme.of(context).textTheme
.
Implementation
final TextTheme englishLike;