StartAppNative constructor

StartAppNative(
  1. StartAppNativeAd ad,
  2. StartAppNativeWidgetBuilder _builder, {
  3. double? width,
  4. double? height,
  5. bool ignorePointer = true,
})

Implementation

StartAppNative(
  StartAppNativeAd ad,
  this._builder, {
  this.width,
  this.height,
  this.ignorePointer = true,
}) : super(ad);