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
type StyleOverrides
A type that defines style properties for UI elements.
