withMaxZoomRatio method

ScrollbarConfig withMaxZoomRatio(
  1. double value
)

Replaces ScrollbarConfig.maxZoomRatio with value.

Implementation

ScrollbarConfig withMaxZoomRatio(double value) =>
    copyWith(maxZoomRatio: value);