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