Posts by Di Moura • 13 points
1 post
- 
		-1 votes1 answer365 viewsQ: How to put background images in the same listtitle in this Flutter imagereturn Card( margin: EdgeInsets.all(5.0), elevation: 2, child: Container( child: ListTile( leading: task.situacao == true ? Icon( Icons.thumb_up, color: Colors.green, size: 30, ) : Icon(…