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 , ) , ) ,