Skip to content

Instantly share code, notes, and snippets.

@taras
Last active June 16, 2019 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taras/4f673aeec9eecc8a48f9f113f05630ab to your computer and use it in GitHub Desktop.
Save taras/4f673aeec9eecc8a48f9f113f05630ab to your computer and use it in GitHub Desktop.
(CycleText "FlutterScript" "is" "Cool"
textStyle: (TextStyle
fontSize: 40.0
color: (color “red”)
))
(AnimatedButton “Hello World”
onTap: (<= (=> () (showDialog (AlertDialog title: (Text “Hi there”))
context: (@)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment