Created
June 12, 2019 10:15
-
-
Save timbergus/62857b44613736c48039dc07063af4a7 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
logged | |
? Text( | |
'The user is logged!', | |
style: TextStyle( | |
color: Colors.blue, | |
), | |
) | |
: Text( | |
'The user is not logged!', | |
style: TextStyle( | |
color: Colors.red, | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment