BigPictureStyleInformation constructor

const BigPictureStyleInformation(
  1. AndroidBitmap<Object> bigPicture, {
  2. String? contentTitle,
  3. String? summaryText,
  4. bool htmlFormatContentTitle = false,
  5. bool htmlFormatSummaryText = false,
  6. AndroidBitmap<Object>? largeIcon,
  7. bool htmlFormatContent = false,
  8. bool htmlFormatTitle = false,
  9. bool hideExpandedLargeIcon = false,
})

Constructs an instance of BigPictureStyleInformation.

Implementation

const BigPictureStyleInformation(
  this.bigPicture, {
  this.contentTitle,
  this.summaryText,
  this.htmlFormatContentTitle = false,
  this.htmlFormatSummaryText = false,
  this.largeIcon,
  bool htmlFormatContent = false,
  bool htmlFormatTitle = false,
  this.hideExpandedLargeIcon = false,
}) : super(htmlFormatContent, htmlFormatTitle);