scrollOnAd property

set scrollOnAd (bool? value)

Sets the scrollOnAd property. This option enables scrolling during ad and is specific to the iOS platform. By default, Android has scrolling enabled during ads.

Implementation

set scrollOnAd(bool? value) {
  _scrollOnAd = value;
}