VideoPlayerConfiguration class Null safety

Implementers

Constructors

VideoPlayerConfiguration({VideoPlayerStyle? playerStyle, VideoPlayerCompleteAction? videoCompleteAction, bool? showShareButton, VideoPlayerCTAStyle? ctaButtonStyle, bool? showPlaybackButton, bool? showMuteButton, bool? showBranding, VideoPlayerCTADelay? ctaDelay, VideoPlayerCTADelay? ctaHighlightDelay, String? shareBaseURL, VideoPlayerCTAWidth? ctaWidth})

Properties

ctaButtonStyle VideoPlayerCTAStyle?
The style of CTA button style. Only supported on iOS.
read / write
ctaDelay VideoPlayerCTADelay?
Specifies the delay before showing the CTA. Defaults to { type: constant, value: 3 }.
read / write
ctaHighlightDelay VideoPlayerCTADelay?
Specifies the delay before the highlight animation occurs. Defaults to { type: constant, value: 2 }.
read / write
ctaWidth VideoPlayerCTAWidth?
Specifies the desired width for the Video Player CTA button. Defaults to fullWidth.
read / write
hashCode int
The hash code for this object.
read-onlyoverride
playerStyle VideoPlayerStyle?
Sets the proportion of the video player to its container. Defaults to full.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
shareBaseURL String?
The share base URL of the video.
read / write
showBranding bool?
Indicates if Firework branding should be showed or not. Defaults to true.
read / write
showMuteButton bool?
Indicates if the video player shows mute button. Defaults to true.
read / write
showPlaybackButton bool?
Indicates if the video player shows playback button. Defaults to false on iOS. Default to true on Android.
read / write
showShareButton bool?
Indicates if the video player shows share button. Defaults to true.
read / write
videoCompleteAction VideoPlayerCompleteAction?
Behavior occurring after video is complete. Defaults to advanceToNext.
read / write

Methods

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