BigPictureStyleInformation constructor
const
BigPictureStyleInformation(})
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);