DanmakuOption class
Constructors
-
DanmakuOption({double fontSize = 16, int fontWeight = 4, double area = 1.0, int duration = 10, double opacity = 1.0, bool hideBottom = false, bool hideScroll = false, bool hideTop = false, bool showStroke = true, bool massiveMode = false, bool safeArea = true})
-
Methods
-
copyWith({double? fontSize, int? fontWeight, double? area, int? duration, double? opacity, bool? hideTop, bool? hideBottom, bool? hideScroll, bool? showStroke, bool? massiveMode, bool? safeArea})
→ DanmakuOption
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited