dense property
final
Defines text geometry for dense scripts, such as Chinese, Japanese and Korean.
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.dense.
To look up a localized TextTheme, use the overall Theme, for
example: Theme.of(context).textTheme
.
Implementation
final TextTheme dense;