withPadding method

ScrollbarConfig withPadding(
  1. double value
)

Replaces ScrollbarConfig.padding with value.

Implementation

ScrollbarConfig withPadding(double value) => copyWith(padding: value);