snook example
Example: snook example
Column(bg: '#F0F2F5', width: 'max'):
Text('Number one', color: 'blue')
Button(
color: bgColor
bg: '#fff'
onpressed: increamentButton()
):"Lets-go"
Row:
Text('Get Started')
Text('getsnook.org')
bgColor = '#F0F2F5'
counter = 0
fun increamentButton():
counter += 1