toggle method
Implementation
void toggle() {
Debug().info(
"Show Scrollbars: $_showScrollBar -> ${!_showScrollBar}");
_showScrollBar = !_showScrollBar;
notifyListeners();
}
void toggle() {
Debug().info(
"Show Scrollbars: $_showScrollBar -> ${!_showScrollBar}");
_showScrollBar = !_showScrollBar;
notifyListeners();
}