TocController class
TocController combines TocWidget and MarkdownWidget, you can use it to control the jump between the two, and each TocWidget corresponds to a MarkdownWidget.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jumpToIndexCallback
← ValueCallback<
int> ? -
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tocList
→ List<
Toc> -
no setter
Methods
-
dispose(
) → void -
jumpToIndex(
int index) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onIndexChanged(
int index) → void -
setTocList(
List< Toc> list) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited