Skip to content

Instantly share code, notes, and snippets.

@sbis04

sbis04/main.dart Secret

Created May 30, 2020 09:16
Show Gist options
  • Save sbis04/f60989f63452df7e1e0c2310638bf6fe to your computer and use it in GitHub Desktop.
Save sbis04/f60989f63452df7e1e0c2310638bf6fe to your computer and use it in GitHub Desktop.
Visibility(
visible: _placeDistance == null ? false : true,
child: Text(
'DISTANCE: $_placeDistance km',
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.bold,
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment