DocPageOptions constructor

const DocPageOptions({
  1. String title = 'LuaLike API Reference',
  2. String brandName = 'LuaLike',
  3. String? homeHref,
  4. String homeLabel = 'Home',
})

Creates shared documentation page options.

Implementation

const DocPageOptions({
  this.title = 'LuaLike API Reference',
  this.brandName = 'LuaLike',
  this.homeHref,
  this.homeLabel = 'Home',
});