BannerImage constructor
const
BannerImage({
- List<
BannerImageUrl> ? urls, - String? title,
Returns a new BannerImage instance.
Implementation
const BannerImage({
this.urls,
this.title,
});