Skip to content

Instantly share code, notes, and snippets.

@ncuillery
Created April 21, 2020 14:04
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 ncuillery/6cba926f3cef67284c963474fdf6195a to your computer and use it in GitHub Desktop.
Save ncuillery/6cba926f3cef67284c963474fdf6195a to your computer and use it in GitHub Desktop.
Container(
alignment: Alignment(0, 0),
padding: EdgeInsets.all(4),
transform: Matrix4.rotationZ(pi / 4),
child: Text('Hello Flutter community'),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment