white property

TextTheme white
final

A Material Design text theme with light glyphs.

This TextTheme provides 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 white;