withKeyboardZoomPercent method
- int value
Replaces InteractionConfig.keyboardZoomPercent with value.
Implementation
InteractionConfig withKeyboardZoomPercent(int value) =>
copyWith(keyboardZoomPercent: value);
Replaces InteractionConfig.keyboardZoomPercent with value.
InteractionConfig withKeyboardZoomPercent(int value) =>
copyWith(keyboardZoomPercent: value);