14. Flutter - Circle Avatar Widget

Circle Avatar Widget lets you put image assets inside a circle frame border thing. Automatically crops the image to fit inside.


Widget:

CircleAvatar()


Properties:

backgroundImage: AssetImage('IMAGEURL')

backgroundImage: NetworkImage('IMAGEURL')

Comments

Popular posts from this blog

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

20. Data Analytics - Analyze Data to Answer Questions - Week 1

3. Algorithms - Selection Sort