RCKConvoTitleConfig constructor

const RCKConvoTitleConfig({
  1. double fontSize = convoTitleFontSize,
  2. Color? color,
  3. FontWeight fontWeight = FontWeight.normal,
  4. int maxLines = 1,
  5. bool showSuffix = false,
  6. IconData? suffixIcon,
  7. String? suffixText,
  8. TextStyle? suffixTextStyle,
})

Implementation

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