stagexl package
documentation
stagexl
Video
isPlaying property
isPlaying
stagexl package
documentation
stagexl
Video
isPlaying property
Video class
Properties
currentTime
hashCode
isPlaying
loop
muted
onEnded
onError
onPause
onPlay
runtimeType
videoElement
volume
Methods
clone
noSuchMethod
pause
play
toString
Operators
operator ==
Static properties
defaultLoadOptions
Static methods
load
isPlaying
property
bool
isPlaying
Returns if the video is playing or not.
Implementation
bool get isPlaying => !videoElement.paused;