withGripIndicatorColor method

ScrollbarConfig withGripIndicatorColor(
  1. Color value
)

Replaces ScrollbarConfig.gripIndicatorColor with value.

Implementation

ScrollbarConfig withGripIndicatorColor(Color value) =>
    copyWith(gripIndicatorColor: value);