controlAutoplay property

set controlAutoplay (bool? value)

Sets the controlAutoplay property. This enables the client to take control over autoplay.

Implementation

set controlAutoplay(bool? value) {
  _controlAutoplay = value;
}