TableOfContent constructor

const TableOfContent({
  1. String title = 'Table of Contents',
  2. int minLevel = 1,
  3. int maxLevel = 3,
  4. bool showPageNumbers = true,
})

TableOfContent API.

Implementation

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