Skip to content

Instantly share code, notes, and snippets.

@timbergus
Created June 12, 2019 10:15
Show Gist options
  • Save timbergus/62857b44613736c48039dc07063af4a7 to your computer and use it in GitHub Desktop.
Save timbergus/62857b44613736c48039dc07063af4a7 to your computer and use it in GitHub Desktop.
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