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