InboxStyleInformation constructor
      const
      InboxStyleInformation(})
     
    
Constructs an instance of InboxStyleInformation.
Implementation
const InboxStyleInformation(
  this.lines, {
  this.htmlFormatLines = false,
  this.contentTitle,
  this.htmlFormatContentTitle = false,
  this.summaryText,
  this.htmlFormatSummaryText = false,
  bool htmlFormatContent = false,
  bool htmlFormatTitle = false,
}) : super(htmlFormatContent, htmlFormatTitle);