autoPlay property

ValueNotifier<bool> autoPlay
final

Whether the player should play the media automatically. It's false by default.

Implementation

final autoPlay = ValueNotifier(false);