MediaStyleInformation constructor

const MediaStyleInformation({
  1. bool htmlFormatContent = false,
  2. bool htmlFormatTitle = false,
})

Constructs an instance of MediaStyleInformation.

Implementation

const MediaStyleInformation({
  bool htmlFormatContent = false,
  bool htmlFormatTitle = false,
}) : super(htmlFormatContent, htmlFormatTitle);