handleChange method
dynamic
handleChange()
Implementation
handleChange() {
var status = globalMap[widget.closeTag]![widget.key]?.value;
if (status == LeftScrollStatus.open) {
open();
} else if (status == LeftScrollStatus.close) {
close();
} else if (status == LeftScrollStatus.remove) {}
}