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