VideoPlayerCTAStyle class

Only supported on iOS.

Constructors

VideoPlayerCTAStyle({String? backgroundColor, String? textColor, double? fontSize, IOSFontInfo? iOSFontInfo})

Properties

backgroundColor String?
The background color of CTA button. Defaults to #3A86FF.
getter/setter pair
fontSize double?
The font size of CTA button. Defaults to 14.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
iOSFontInfo IOSFontInfo?
The iOS font info of CTA button. The property is ignored when fontSize is not set. Only supported on iOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor String?
The text color of CTA button. Defaults to #FFFFFF.
getter/setter pair

Methods

deepCopy() VideoPlayerCTAStyle
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.
override