The component is currently the only way to do some...
# compose
s
The component is currently the only way to do something like this, or I'm wrong ?
Copy code
Scaffold {
  appBar {
  }
  body {
    Column { Text() }
  }
}