TableOfContent constructor
const
TableOfContent({})
TableOfContent API.
Implementation
const TableOfContent({
this.title = 'Table of Contents',
this.minLevel = 1,
this.maxLevel = 3,
this.showPageNumbers = true,
});
TableOfContent API.
const TableOfContent({
this.title = 'Table of Contents',
this.minLevel = 1,
this.maxLevel = 3,
this.showPageNumbers = true,
});