Tag: CustomPainter
What is Divider in Flutter?
Divider in Flutter refers to a widget that creates a separation between two parts of the screen by drawing either a horizontal or vertical line.… Read more »
Create Rounded Corner Image in Flutter
By utilizing the BorderRadius class, you can create Rounded Corner Image in Flutter. Images in Flutter are created with sharp corners by default, but you… Read more »
How to Add CircleAvatar Image in Flutter
CircleAvatar Image in Flutterr - To adjust how the CircleAvatar Image in Flutter widget looks, there are a number of settings available in Flutter. radius,… Read more »