Flutter FilterChip Avatar Selected Style. You can try to adapt this solution for a Circle Image for your Chip Circle as well.
1 2 3 4 5 6 7 8 9 10 11 | new Container( width: 190.0, height: 190.0, decoration: new BoxDecoration( shape: BoxShape.circle, image: new DecorationImage( fit: BoxFit.fill, image: new NetworkImage( "https://i.imgur.com/BoN9kdC.png") ) )), |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.