Toc constructor

Toc({
  1. required HeadingNode node,
  2. int widgetIndex = 0,
  3. int selfIndex = 0,
})

Implementation

Toc({
  required this.node,
  this.widgetIndex = 0,
  this.selfIndex = 0,
});