borderColor property

Color? borderColor
final

The color of the 1 dp optional border used on ColorIndicator and on ColorWheelPicker, when each have their border toggle set to true.

If no color is given, the border color defaults to Theme.of(context).dividerColor.

Implementation

final Color? borderColor;