withThickness method

ScrollbarConfig withThickness(
  1. double value
)

Replaces ScrollbarConfig.thickness with value.

Implementation

ScrollbarConfig withThickness(double value) => copyWith(thickness: value);