VideoPlayerButtonConfiguration class
Constructors
- VideoPlayerButtonConfiguration.new({ButtonInfo? videoDetailButton, ButtonInfo? closeButton, bool shouldShowCloseButtonWhenPiPEnabled = false, ButtonInfo? pipButton, ButtonInfo? muteButton, ButtonInfo? unmuteButton, ButtonInfo? playButton, ButtonInfo? pauseButton})
Properties
- closeButton → ButtonInfo?
-
Specifies the close button info.
Image will be drawn in a 40 x 40 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 40 x 40 frame.
final
- pauseButton → ButtonInfo?
-
Specifies the pause info.
Image will be drawn at the center of the player view.
final
- pipButton → ButtonInfo?
-
Specifies the pip button info.
Image will be drawn in a 40 x 40 frame.
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
- shouldShowCloseButtonWhenPiPEnabled → bool
-
Specifies the close button should be shown if PIP is enabled
final
- unmuteButton → ButtonInfo?
-
Specifies the unmute button info.
Image will be drawn in a 40 x 40 frame.
final
- videoDetailButton → ButtonInfo?
-
Specifies the video detail button info.
Image will be drawn in a 40 x 40 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