DefaultStyleInformation constructor

const DefaultStyleInformation(
  1. bool htmlFormatContent,
  2. bool htmlFormatTitle
)

Constructs an instance of DefaultStyleInformation.

Implementation

const DefaultStyleInformation(
  this.htmlFormatContent,
  this.htmlFormatTitle,
);