MaxNativeAdCallToActionView constructor
const
MaxNativeAdCallToActionView({
- Key? key,
- ButtonStyle? style,
Displays the call-to-action (CTA) text as an ElevatedButton. The CTA text is provided by the native ad loader.
Implementation
const MaxNativeAdCallToActionView({
super.key,
this.style,
});