MaxNativeAdStarRatingView constructor

const MaxNativeAdStarRatingView({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. double? size,
  5. Color? color,
})

Creates Container with an internal star rating widget. The platform native ad loader provides a star rating. If not available, the container will be empty.

Implementation

const MaxNativeAdStarRatingView({
  super.key,
  this.width,
  this.height,
  this.size,
  this.color,
});