bodyTextColor property
The color of body text for use with this palette color.
Implementation
Color get bodyTextColor {
if (_bodyTextColor == null) {
_ensureTextColorsGenerated();
}
return _bodyTextColor;
}
The color of body text for use with this palette color.
Color get bodyTextColor {
if (_bodyTextColor == null) {
_ensureTextColorsGenerated();
}
return _bodyTextColor;
}