MaxNativeAdCallToActionView constructor

const MaxNativeAdCallToActionView({
  1. Key? key,
  2. ButtonStyle? style,
})

Creates ElevatedButton for the CTA button text. The platform native ad loader provides a CTA button text.

Implementation

const MaxNativeAdCallToActionView({
  super.key,
  this.style,
});