FastNativeAdIcon constructor

const FastNativeAdIcon({
  1. Key? key,
  2. Widget? icon,
  3. FastAdSize adSize = FastAdSize.medium,
  4. AlignmentGeometry alignment = Alignment.center,
})

Implementation

const FastNativeAdIcon({
  super.key,
  this.icon,
  this.adSize = FastAdSize.medium,
  this.alignment = Alignment.center,
});