VideoPlayerConfiguration class Null safety

Constructors

VideoPlayerConfiguration({VideoPlayerStyle? playerStyle, VideoPlayerCompleteAction? videoCompleteAction, bool? showShareButton, VideoPlayerCTAStyle? ctaButtonStyle, bool? showPlaybackButton, bool? showMuteButton, VideoLaunchBehavior? launchBehavior, bool? showBranding})

Properties

ctaButtonStyle VideoPlayerCTAStyle?
The style of CTA button style. Only supported on iOS.
read / write
hashCode int
The hash code for this object. [...]
read-only, override
launchBehavior VideoLaunchBehavior?
Specifies the video player launch behavior.
read / write
playerStyle VideoPlayerStyle?
Sets the proportion of the video player to its container.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
showBranding bool?
Indicates if Firework branding should be showed or not.
read / write
showMuteButton bool?
Indicates if the video player shows mute button.
read / write
showPlaybackButton bool?
Indicates if the video player shows playback button.
read / write
showShareButton bool?
Indicates if the video player shows share button.
read / write
videoCompleteAction VideoPlayerCompleteAction?
Behavior occurring after video is complete.
read / write

Methods

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