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