VideoPlayerConfiguration class Null safety
Constructors
- VideoPlayerConfiguration({VideoPlayerStyle? playerStyle, VideoPlayerCompleteAction? videoCompleteAction, VideoPlayerCTAStyle? ctaButtonStyle, bool? showPlaybackButton, bool? showMuteButton, bool? showBranding, VideoPlayerCTADelay? ctaDelay, VideoPlayerCTADelay? ctaHighlightDelay, 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.
read / write
- ctaHighlightDelay ↔ VideoPlayerCTADelay?
-
Specifies the delay before the highlight animation occurs.
read / write
- ctaWidth ↔ VideoPlayerCTAWidth?
-
Specifies the desired width for the Video Player CTA button.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- 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-onlyinherited
-
The share base URL of the video.
read / write
- 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
-
Indicates if the video player shows share button.
read / write
- videoCompleteAction ↔ VideoPlayerCompleteAction?
-
Behavior occurring after video is complete.
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