bodyTextColor property

Color bodyTextColor

The color of body text for use with this palette color.

Implementation

Color get bodyTextColor {
  if (_bodyTextColor == null) {
    _ensureTextColorsGenerated();
  }
  return _bodyTextColor!;
}