TPNativeViewWidget constructor

const TPNativeViewWidget(
  1. String adUnitId,
  2. double? width,
  3. double? height, {
  4. Key? key,
  5. String? sceneId = "",
  6. String? className = "",
  7. Map? extraMap,
  8. Map? customAdInfo,
})

Implementation

const TPNativeViewWidget(this.adUnitId, this.width, this.height,
    {Key? key,
    this.sceneId = "",
    this.className = "",
    this.extraMap,
    this.customAdInfo})
    : super(key: key);