withEdgeGripWidth method
- double value
Replaces ScrollbarConfig.edgeGripWidth with value.
Implementation
ScrollbarConfig withEdgeGripWidth(double value) =>
copyWith(edgeGripWidth: value);
Replaces ScrollbarConfig.edgeGripWidth with value.
ScrollbarConfig withEdgeGripWidth(double value) =>
copyWith(edgeGripWidth: value);