Last active
June 28, 2018 03:43
-
-
Save hnvn/812c7fcf9d0ffa369ee77df20de880f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
Transform( | |
transform: Matrix4.identity()..setEntry(3, 2, 0.006)..rotateX(pi / 4), | |
alignment: Alignment.bottomCenter, | |
child: ClipRect( | |
child: Align( | |
alignment: Alignment.topCenter, | |
heightFactor: 0.5, | |
child: child, | |
)), | |
), | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment