MediaStyleInformation constructor
Constructs an instance of MediaStyleInformation.
Implementation
const MediaStyleInformation({
bool htmlFormatContent = false,
bool htmlFormatTitle = false,
}) : super(htmlFormatContent, htmlFormatTitle);
Constructs an instance of MediaStyleInformation.
const MediaStyleInformation({
bool htmlFormatContent = false,
bool htmlFormatTitle = false,
}) : super(htmlFormatContent, htmlFormatTitle);