rollStop method

void rollStop()

停止滚动

Implementation

void rollStop() {
  _rollController.stop();
}