TXSubtitleRenderModel class

Constructors

TXSubtitleRenderModel.new()

Properties

canvasHeight int?
canvasHeight not support on Flutter platform
getter/setter pair
canvasWidth int?
canvasWidth not support on Flutter platform
getter/setter pair
endMargin double?
endMargin not support on Flutter platform
getter/setter pair
familyName String?
familyName not support on Flutter platform
getter/setter pair
fontColor int?
Font color, ARGB format If not set, the default is white opaque (0xFFFFFFFF) 字体颜色,ARGB格式 如果不设置,默认为白色不透明(0xFFFFFFFF)
getter/setter pair
fontScale double?
fontScale not support on Flutter platform
getter/setter pair
fontSize double?
fontSize 字体大小
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBondFontStyle bool?
Whether it is bold, the default is normal font. 是否是粗体,默认时正常字体
getter/setter pair
lineSpace double?
lineSpace not support on Flutter platform
getter/setter pair
outlineColor int?
Stroke color, ARGB format. If not set, the default is black opaque (0xFF000000). 描边颜色,ARGB格式 如果不设置,默认为黑色不透明(0xFF000000)
getter/setter pair
outlineWidth double?
Stroke width. If not set, the default stroke width will be used internally. 描边宽度
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startMargin double?
startMargin not support on Flutter platform
getter/setter pair
verticalMargin double?
verticalMargin not support on Flutter platform
getter/setter pair

Methods

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

Operators

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