RCKLinkStyleConfig class
链接样式配置
Constructors
- RCKLinkStyleConfig.new({TextStyle? senderTextStyle, TextStyle? receiverTextStyle, bool showUnderline = true})
- 构造函数
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- receiverTextStyle → TextStyle?
-
接收方文本字体样式
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- senderTextStyle → TextStyle?
-
发送方文本字体样式
final
- showUnderline → bool
-
是否显示下划线
final
Methods
-
copyWith(
{TextStyle? senderTextStyle, TextStyle? receiverTextStyle, bool? showUnderline}) → RCKLinkStyleConfig - 创建一个新的配置,覆盖当前配置的某些属性
-
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