BannerImage constructor

const BannerImage({
  1. List<BannerImageUrl>? urls,
  2. String? title,
})

Returns a new BannerImage instance.

Implementation

const BannerImage({
  this.urls,
  this.title,
});