BigPictureStyleInformation constructor
const
BigPictureStyleInformation(
- AndroidBitmap<
Object> bigPicture, { - String? contentTitle,
- String? summaryText,
- bool htmlFormatContentTitle = false,
- bool htmlFormatSummaryText = false,
- AndroidBitmap<
Object> ? largeIcon, - bool htmlFormatContent = false,
- bool htmlFormatTitle = false,
- bool hideExpandedLargeIcon = false,
- bool showBigPictureWhenCollapsed = 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,
this.showBigPictureWhenCollapsed = false,
}) : super(htmlFormatContent, htmlFormatTitle);