MaxNativeAdCallToActionView constructor

const MaxNativeAdCallToActionView({
  1. Key? key,
  2. 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,
});