ProgressBarState class

Constructors

ProgressBarState({required Duration current, required Duration buffered, required Duration total})

Properties

buffered Duration
minute of the video until which it's loaded
final
current Duration
current playing minute of the video
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total Duration
total length of the video
final

Methods

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.
inherited