CustomSubtitleBuilder class

自定义字幕构建器示例

Implemented types

Constructors

CustomSubtitleBuilder({Widget customBuilder(BuildContext context, Subtitle subtitle, SubtitleConfig config)?})

Properties

customBuilder Widget Function(BuildContext context, Subtitle subtitle, SubtitleConfig config)?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context, Subtitle subtitle, SubtitleConfig config) Widget
构建字幕Widget
override
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