receiverTextStyle property

TextStyle? get receiverTextStyle

Implementation

TextStyle? get receiverTextStyle =>
    _receiverTextStyle ??
    TextStyle(
      color: RCKThemeProvider().themeColor.textPrimary,
      fontSize: kBubbleTextFontSize,
    );