getScrollSpeed static method

double getScrollSpeed()

Implementation

static double getScrollSpeed() {
  return double.parse(boxLabels
      .get('scroll_speed', defaultValue: kScrollSpeedDefaultValue)
      .toString());
}