setShowRecycle method
Implementation
void setShowRecycle(bool value) {
if (_showRecycle != value) {
_showRecycle = value;
_state?.refresh();
}
}
void setShowRecycle(bool value) {
if (_showRecycle != value) {
_showRecycle = value;
_state?.refresh();
}
}