Skip to content

Instantly share code, notes, and snippets.

@yungwarlock
Created August 25, 2023 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yungwarlock/e913d44be8748b9b6ad54ec9c1b4f764 to your computer and use it in GitHub Desktop.
Save yungwarlock/e913d44be8748b9b6ad54ec9c1b4f764 to your computer and use it in GitHub Desktop.
/* 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