WebPageAttributeTheme constructor

const WebPageAttributeTheme({
  1. List<DocumentBase>? documents,
  2. ThemeSettingsBase? settings,
})

Web Page Attribute Theme constructor.

Implementation

const WebPageAttributeTheme({
  this.documents,
  this.settings,
}) : super._();