RCKConvoTitleConfig class

昵称/标题配置

Constructors

RCKConvoTitleConfig.new({double fontSize = convoTitleFontSize, Color? color, FontWeight fontWeight = FontWeight.normal, int maxLines = 1, bool showSuffix = false, IconData? suffixIcon, String? suffixText, TextStyle? suffixTextStyle})
const

Properties

color Color?
字体颜色
final
fontSize double
字体大小
final
fontWeight FontWeight
字体粗细
final
hashCode int
The hash code for this object.
no setterinherited
maxLines int
文本最大行数
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSuffix bool
是否显示在标题后附加内容
final
suffixIcon IconData?
标题后缀图标
final
suffixText String?
标题后缀文本
final
suffixTextStyle TextStyle?
标题后缀文本样式
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited