autoPlay property
Whether the player should play the media automatically. It's false by default.
Implementation
final autoPlay = ValueNotifier(false);
Whether the player should play the media automatically. It's false by default.
final autoPlay = ValueNotifier(false);