ComToastBannerContent constructor

const ComToastBannerContent({
  1. Widget? title,
  2. Widget? subtitle,
  3. Widget? trailing,
})

Implementation

const ComToastBannerContent({
  this.title,
  this.subtitle,
  this.trailing,
});