prev method

void prev()

Implementation

void prev() {
  if (!sliding)
    slide('prev');
}