struct ContentView: View {
   var body: some View {
      Color.red
         .frame(width: 250, height: 100)
   }
}