Tag: ClipRRect
Create Rounded Corner Image in Flutter
Cakr4
March 22, 2023
By utilizing the BorderRadius class, images in Flutter can have their corners rounded. Images in Flutter are created with sharp corners by default, but you may change this by adjusting…
Read more »How to Add Image in Circleavatar in Flutter
Cakr4
March 22, 2023
CircleAvatar in Flutter – To adjust how the CircleAvatar in Flutter widget looks, there are a number of settings available in Flutter. radius, backgroundColor, foregroundColor, and child are all examples…
Read more »