(mut self, align: TextAlign)
| 67 | } |
| 68 | |
| 69 | pub fn set_text_align(mut self, align: TextAlign) -> Self { |
| 70 | self.text_align = align; |
| 71 | self |
| 72 | } |
| 73 | |
| 74 | pub fn get_gap(&self) -> f32 { |
| 75 | self.gap |
nothing calls this directly
no outgoing calls
no test coverage detected