withZoomStep method

KeyboardConfig withZoomStep(
  1. double value
)

Replaces KeyboardConfig.zoomStep with value.

Implementation

KeyboardConfig withZoomStep(double value) => copyWith(zoomStep: value);