withHandleDisabledColor method

ScrollbarConfig withHandleDisabledColor(
  1. Color value
)

Replaces ScrollbarConfig.handleDisabledColor with value.

Implementation

ScrollbarConfig withHandleDisabledColor(Color value) =>
    copyWith(handleDisabledColor: value);