Created
August 25, 2023 07:19
-
-
Save yungwarlock/e913d44be8748b9b6ad54ec9c1b4f764 to your computer and use it in GitHub Desktop.
This file contains 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
/* item.subtitle != null */ | |
/* ? Container( */ | |
/* padding: const EdgeInsets.symmetric( */ | |
/* vertical: 4, */ | |
/* horizontal: 8, */ | |
/* ), */ | |
/* color: Colors.grey[100], */ | |
/* child: Row( */ | |
/* children: [ */ | |
/* CircleAvatar( */ | |
/* radius: 12, */ | |
/* backgroundImage: CachedNetworkImageProvider( */ | |
/* item.subtitle!.imageUrl, */ | |
/* ), */ | |
/* ), */ | |
/* const SizedBox(width: 6), */ | |
/* Text( */ | |
/* item.subtitle!.title, */ | |
/* style: const TextStyle(fontWeight: FontWeight.w600), */ | |
/* ), */ | |
/* ], */ | |
/* ), */ | |
/* ) */ | |
/* : const SizedBox(height: 0), */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment