StartAppNative constructor
StartAppNative(
- StartAppNativeAd ad,
- StartAppNativeWidgetBuilder _builder, {
- double? width,
- double? height,
- bool ignorePointer = true,
Implementation
StartAppNative(
StartAppNativeAd ad,
this._builder, {
this.width,
this.height,
this.ignorePointer = true,
}) : super(ad);