Toc class

config for toc

Constructors

Toc({required HeadingNode node, int widgetIndex = 0, int selfIndex = 0})

Properties

hashCode int
The hash code for this object.
no setterinherited
node HeadingNode
the HeadingNode
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfIndex int
index of TocController.tocList
final
widgetIndex int
index of MarkdownGenerator's _children
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited