DocPageOptions constructor
const
DocPageOptions({})
Creates shared documentation page options.
Implementation
const DocPageOptions({
this.title = 'LuaLike API Reference',
this.brandName = 'LuaLike',
this.homeHref,
this.homeLabel = 'Home',
});