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