RCKLastMessageConfig constructor
RCKLastMessageConfig({})
Implementation
RCKLastMessageConfig({
this.fontSize = convoLastFontSize,
Color? color,
this.fontWeight = FontWeight.normal,
this.maxLines = 1,
this.customTypeText,
}) : color = color ??
RCKThemeProvider().themeColor.textSecondary ??
const Color(0xFF999999);