BigoNativeAdCallToActionView constructor
const
BigoNativeAdCallToActionView(
- String data, {
- Key? key,
- ButtonStyle? style,
Implementation
const BigoNativeAdCallToActionView(
this.data, {
Key? key,
this.style,
}) : super(key: key, adTag: BigoAdTag.callToAction);