moveToBackward method
void
moveToBackward()
Implementation
void moveToBackward() {
moveElementBackward(_lines, _lines[_selectPathIndex]);
notifyListeners();
}
void moveToBackward() {
moveElementBackward(_lines, _lines[_selectPathIndex]);
notifyListeners();
}