BetterVideoPlayerValue class

Constructors

BetterVideoPlayerValue({required Key playerKey, required bool isFullScreenMode, double visibilityFraction = 1, bool isLoading = true, bool isVideoFinish = false, bool wifiInterrupted = false, BetterVideoPlayerConfiguration configuration = const BetterVideoPlayerConfiguration(), BetterVideoPlayerDataSource? dataSource, VideoPlayerController? videoPlayerController, VoidCallback? enterFullScreenCallback, VoidCallback? exitFullScreenCallback})

Properties

configuration BetterVideoPlayerConfiguration
final
dataSource BetterVideoPlayerDataSource?
final
enterFullScreenCallback VoidCallback?
final
exitFullScreenCallback VoidCallback?
final
hashCode int
The hash code for this object.
no setterinherited
isFullScreenMode bool
final
isLoading bool
final
isVideoFinish bool
final
playerKey Key
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoPlayerController → VideoPlayerController?
final
visibilityFraction double
final
wifiInterrupted bool
final

Methods

copyWith({bool? isFullScreenMode, double? visibilityFraction, bool? isLoading, bool? isPauseFromUser, bool? isVideoFinish, bool? wifiInterrupted, BetterVideoPlayerConfiguration? configuration, BetterVideoPlayerDataSource? dataSource, VideoPlayerController? videoPlayerController, VoidCallback? enterFullScreenCallback, VoidCallback? exitFullScreenCallback}) BetterVideoPlayerValue
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeVideoPlayerController() BetterVideoPlayerValue
toString() String
A string representation of this object.
inherited

Operators

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