isPlay property
isPlay is a valueNotifier notifies when video state change from play and pause
Implementation
late ValueNotifier<bool> isPlay = ValueNotifier(isPlaying);
isPlay is a valueNotifier notifies when video state change from play and pause
late ValueNotifier<bool> isPlay = ValueNotifier(isPlaying);