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