RutubeWebConfig constructor

const RutubeWebConfig({
  1. PlatformViewHitTestBehavior hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  2. Object? creationParams,
})

Creates configuration for Rutube web player.

hitTestBehavior defaults to PlatformViewHitTestBehavior.opaque.

Implementation

const RutubeWebConfig({
  this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
  this.creationParams,
});