withHandleDisabledColor method
- Color value
Replaces ScrollbarConfig.handleDisabledColor with value.
Implementation
ScrollbarConfig withHandleDisabledColor(Color value) =>
copyWith(handleDisabledColor: value);
Replaces ScrollbarConfig.handleDisabledColor with value.
ScrollbarConfig withHandleDisabledColor(Color value) =>
copyWith(handleDisabledColor: value);