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