VideoPlayerButtonConfiguration class

Constructors

VideoPlayerButtonConfiguration({ButtonInfo? videoDetailButton, ButtonInfo? closeButton, ButtonInfo? muteButton, ButtonInfo? unmuteButton, ButtonInfo? playButton, ButtonInfo? pauseButton})

Properties

closeButton ButtonInfo?
Specifies the close button info. Image will be drawn in a 40pt x 40pt frame.
final
hashCode int
The hash code for this object.
no setteroverride
muteButton ButtonInfo?
Specifies the mute button info. Image will be drawn in a 40pt x 40pt frame.
final
pauseButton ButtonInfo?
Specifies the pause info. Image will be drawn at the center of the player view.
final
playButton ButtonInfo?
Specifies the play info. Image will be drawn at the center of the player view.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unmuteButton ButtonInfo?
Specifies the unmute button info. Image will be drawn in a 40pt x 40pt frame.
final
videoDetailButton ButtonInfo?
Specifies the video detail button info. Image will be drawn in a 40pt x 40pt frame.
final

Methods

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