VideoState class

Constructors

VideoState({required String dataSource, required DataSourceType dataSourceType, required Size size, required bool isLooping, required bool isPlaying, required bool autoplay, required double volume, required Duration initPosition, required Duration position, required Duration duration, required Duration skiptime, required String positionText, required String durationText, required double sliderValue, required double playbackSpeed})
const

Properties

autoplay bool
final
dataSource String
final
dataSourceType DataSourceType
final
duration Duration
final
durationText String
final
hashCode int
The hash code for this object.
no setterinherited
initPosition Duration
final
isLooping bool
final
isPlaying bool
final
playbackSpeed double
final
position Duration
final
positionText String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
final
skiptime Duration
final
sliderValue double
final
volume double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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