DiscoveryclustersClustersBannerWithContentContainer constructor

DiscoveryclustersClustersBannerWithContentContainer({
  1. String? fillColorArgb,
  2. String? imageUrl,
  3. String? maskColorArgb,
  4. String? moreButtonText,
  5. String? moreButtonUrl,
  6. String? textColorArgb,
})

Implementation

DiscoveryclustersClustersBannerWithContentContainer({
  this.fillColorArgb,
  this.imageUrl,
  this.maskColorArgb,
  this.moreButtonText,
  this.moreButtonUrl,
  this.textColorArgb,
});