VideoViewParameters class

VideoViewParameters

The attributes of a Video widget composed into a single class.

Constructors

VideoViewParameters({required double? width, required double? height, required BoxFit fit, required Color fill, required Alignment alignment, required double? aspectRatio, required FilterQuality filterQuality, required dynamic controls, required SubtitleViewConfiguration subtitleViewConfiguration})
VideoViewParameters

Properties

alignment Alignment
final
aspectRatio double?
final
controls → dynamic
final
fill Color
final
filterQuality FilterQuality
final
fit BoxFit
final
hashCode int
The hash code for this object.
no setteroverride
height double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitleViewConfiguration SubtitleViewConfiguration
final
width double?
final

Methods

copyWith({double? width, double? height, BoxFit? fit, Color? fill, Alignment? alignment, double? aspectRatio, FilterQuality? filterQuality, dynamic controls, bool? pauseUponEnteringBackgroundMode, bool? resumeUponEnteringForegroundMode, SubtitleViewConfiguration? subtitleViewConfiguration, Future<void> onEnterFullscreen()?, Future<void> onExitFullscreen()?}) VideoViewParameters
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