(mut self, radius: f32)
| 62 | } |
| 63 | |
| 64 | pub fn set_border_radius(mut self, radius: f32) -> Self { |
| 65 | self.border_radius = radius; |
| 66 | self |
| 67 | } |
| 68 | |
| 69 | pub fn set_text_align(mut self, align: TextAlign) -> Self { |
| 70 | self.text_align = align; |
nothing calls this directly
no outgoing calls
no test coverage detected