withEdgeGripWidth method

ScrollbarConfig withEdgeGripWidth(
  1. double value
)

Replaces ScrollbarConfig.edgeGripWidth with value.

Implementation

ScrollbarConfig withEdgeGripWidth(double value) =>
    copyWith(edgeGripWidth: value);