RCKSightStyleConfig class

视频消息样式配置

Constructors

RCKSightStyleConfig.new({double? maxWidth, double? maxHeight, double playButtonSize = kBubbleSightIconSize, Color? playButtonColor, String? customPlayButtonIconPath})
构造函数
const

Properties

customPlayButtonIconPath String?
自定义播放按钮图标路径
final
hashCode int
The hash code for this object.
no setterinherited
maxHeight double?
缩略图最大高度
final
maxWidth double?
缩略图最大宽度
final
playButtonColor Color?
播放按钮颜色
final
playButtonSize double
播放按钮大小
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? maxWidth, double? maxHeight, double? playButtonSize, Color? playButtonColor, String? customPlayButtonIconPath}) RCKSightStyleConfig
创建一个新的配置,覆盖当前配置的某些属性
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