titleTextColor property

Color titleTextColor

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

Implementation

Color get titleTextColor {
  if (_titleTextColor == null) {
    _ensureTextColorsGenerated();
  }
  return _titleTextColor!;
}