pub fn rounded(radius: impl Into<Radius>) -> Border
Creates a new Border with the given Radius.
Border
Radius
assert_eq!(border::rounded(10), Border::default().rounded(10));