Documentation

borderColor

The border color, or an object with separate colors per side.

borderColor?:
| UIColor
| {
top?: UIColor;
bottom?: UIColor;
left?: UIColor;
right?: UIColor;
start?: UIColor;
end?: UIColor;
};

Related