RCKConvoTitleConfig constructor
const
RCKConvoTitleConfig({})
Implementation
const RCKConvoTitleConfig({
this.fontSize = convoTitleFontSize,
this.color,
this.fontWeight = FontWeight.normal,
this.maxLines = 1,
this.showSuffix = false,
this.suffixIcon,
this.suffixText,
this.suffixTextStyle,
});