prev method

void prev()

Implementation

void prev() {
  if (!isPrevDisabled) _model.prev();
}