timeTextColor method

Color timeTextColor()

Color of other users time text in chat bubbles

Default to: textColor

Implementation

Color timeTextColor() {
  return _timeTextColor ?? textColor;
}