withKeyboardZoomPercent method

InteractionConfig withKeyboardZoomPercent(
  1. int value
)

Replaces InteractionConfig.keyboardZoomPercent with value.

Implementation

InteractionConfig withKeyboardZoomPercent(int value) =>
    copyWith(keyboardZoomPercent: value);