Open kabinud opened 7 years ago
Hey! I tested your code, you forgot a comma after myText:
Below Phone, myText, fontSize: 32 color: 'red'
This should work fine ;) Etienne
Still not responsive...try this
App.page = new Page backgroundColor: 'Black'
helloTxt = new Text text: 'Hello World!' width: auto fontSize: 164 fontWeight: 700 color: white spacing: 4
Below Phone, helloTxt, fontSize: 32 color: 'red'
helloTxt.center()
Tried this
myText = new Text text: 'Hello' fontSize: 64 color: black
Below Phone, myText fontSize: 32 color: 'red'
dis not work