RCKTextStyleConfig class

文本样式配置

Constructors

RCKTextStyleConfig.new({TextStyle? senderTextStyle, TextStyle? receiverTextStyle, double? lineSpacing})
构造函数

Properties

hashCode int
The hash code for this object.
no setterinherited
lineSpacing double?
文本行间距
final
receiverTextStyle TextStyle?
接收方文本字体样式
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderTextStyle TextStyle?
发送方文本字体样式
final

Methods

copyWith({TextStyle? senderTextStyle, TextStyle? receiverTextStyle, double? lineSpacing}) RCKTextStyleConfig
创建一个新的配置,覆盖当前配置的某些属性
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