black property
final
A Material Design text theme with dark glyphs.
This TextTheme should provide color but not geometry (font size,
weight, etc). A text theme's geometry depends on the locale. To look
up a localized TextTheme, use the overall Theme, for example:
Theme.of(context).textTheme
.
The englishLike, dense, and tall text theme's provide locale-specific geometry.
Implementation
final TextTheme black;