menu
play_video package
documentation
models/methods.dart
UIOperations
currentPlayingVideo property
currentPlayingVideo property
dark_mode
light_mode
currentPlayingVideo
property
ValueNotifier
<
int
>
currentPlayingVideo
getter/setter pair
Current video index
Implementation
late ValueNotifier<int> currentPlayingVideo = ValueNotifier(0);
play_video package
documentation
models/methods
UIOperations
currentPlayingVideo property
UIOperations class