StephanBrummack

Results 1 issues of StephanBrummack

There seems to be a bug in the MapGradientTheme. line 96 of map_gradient_theme.dart `double currentStepRange = (stepIndex * stepSize) + stepSize;` should read `double currentStepRange = stepSize;` You can test...