MCPcopy Create free account
hub / github.com/audulus/rui / my_rectangle

Function my_rectangle

examples/nested.rs:3–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1use rui::*;
2
3fn my_rectangle() -> impl View {
4 rectangle()
5 .corner_radius(5.0)
6 .color(AZURE_HIGHLIGHT)
7 .padding(Auto)
8}
9
10fn main() {
11 hstack((

Callers 1

mainFunction · 0.85

Calls 4

rectangleFunction · 0.85
paddingMethod · 0.80
corner_radiusMethod · 0.80
colorMethod · 0.45

Tested by

no test coverage detected