withEdgeZoneColor method

ScrollbarConfig withEdgeZoneColor(
  1. Color value
)

Replaces ScrollbarConfig.edgeZoneColor with value.

Implementation

ScrollbarConfig withEdgeZoneColor(Color value) =>
    copyWith(edgeZoneColor: value);