toggleOutline method
Toggles Table of Contents / Outline sidebar.
Implementation
void toggleOutline([bool? show]) {
_showOutline = show ?? !_showOutline;
_notify();
}
Toggles Table of Contents / Outline sidebar.
void toggleOutline([bool? show]) {
_showOutline = show ?? !_showOutline;
_notify();
}