Document constructor

Document({
  1. String title = 'Quds Office',
  2. String author = '',
  3. ThemeData? theme,
  4. SfntFont? font,
  5. SfntFont? fontBold,
  6. String? pageMode,
})

Document API.

Implementation

Document({
  this.title = 'Quds Office',
  this.author = '',
  this.theme,
  this.font,
  this.fontBold,
  this.pageMode,
});