RutubeWebConfig constructor
const
RutubeWebConfig({
- PlatformViewHitTestBehavior hitTestBehavior = PlatformViewHitTestBehavior.opaque,
- Object? creationParams,
Creates configuration for Rutube web player.
hitTestBehavior defaults to PlatformViewHitTestBehavior.opaque.
Implementation
const RutubeWebConfig({
this.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
this.creationParams,
});