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