VideoPlayerButtonConfiguration class Null safety

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. Only supported on iOS.
final
hashCode int
The hash code for this object.
read-onlyoverride
muteButton ButtonInfo?
Specifies the mute button info. Image will be drawn in a 40pt x 40pt frame. Only supported on iOS.
final
pauseButton ButtonInfo?
Specifies the pause info. Image will be drawn at the center of the player view. Only supported on iOS.
final
playButton ButtonInfo?
Specifies the play info. Image will be drawn at the center of the player view. Only supported on iOS.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
unmuteButton ButtonInfo?
Specifies the unmute button info. Image will be drawn in a 40pt x 40pt frame. Only supported on iOS.
final
videoDetailButton ButtonInfo?
Specifies the video detail button info. Image will be drawn in a 40pt x 40pt frame. Only supported on iOS.
final

Methods

deepCopy() VideoPlayerButtonConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override