(mut self, size: f32)
| 57 | } |
| 58 | |
| 59 | pub fn set_font_size(mut self, size: f32) -> Self { |
| 60 | self.font_size = size; |
| 61 | self |
| 62 | } |
| 63 | |
| 64 | pub fn set_border_radius(mut self, radius: f32) -> Self { |
| 65 | self.border_radius = radius; |
nothing calls this directly
no outgoing calls
no test coverage detected