(mut self, width: f32)
| 97 | /// Convenience for updating the span border width. |
| 98 | #[inline] |
| 99 | pub fn border_width(mut self, width: f32) -> Self { |
| 100 | self.border_stroke.width = width; |
| 101 | self |
| 102 | } |
| 103 | |
| 104 | /// Convenience for updating the span border color. |
| 105 | #[inline] |