withPanStep method

KeyboardConfig withPanStep(
  1. double value
)

Replaces KeyboardConfig.panStep with value.

Implementation

KeyboardConfig withPanStep(double value) => copyWith(panStep: value);