VideoPlayerActionButtonStyle class

Constructors

VideoPlayerActionButtonStyle({String? backgroundColor, String? textColor, String? dividingLineColor, ButtonShape? shape})

Properties

backgroundColor String?
The background color of CTA button. Defaults to #404040.
getter/setter pair
dividingLineColor String?
The text color of CTA button. Defaults to #555555.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ButtonShape?
The shape type of CTA button. Defaults to roundRectangle.
getter/setter pair
textColor String?
The text color of CTA button. Defaults to #FFFFFF.
getter/setter pair

Methods

deepCopy() VideoPlayerActionButtonStyle
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