MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / set_border_radius

Method set_border_radius

src/style.rs:64–67  ·  view source on GitHub ↗
(mut self, radius: f32)

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected