mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
7 lines
101 B
Text
7 lines
101 B
Text
SuperSimple := Rectangle {
|
|
color: area.pressed ? green : blue;
|
|
|
|
area := TouchArea {
|
|
}
|
|
}
|
|
|