How To Put Only Border Colour To A Circle Avatar In Flutter Code Example


Example: border at circleAvatar flutter

CircleAvatar(     radius: 30,     backgroundColor: Colors.teal,     child: CircleAvatar(       backgroundImage: AssetImage('assets/appdev.png'),       radius: 28,     ),   ),

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy