AgCircleWidget constructor
AgCircleWidget({})
Implementation
AgCircleWidget({
this.size = 50.0, // Default size is 50.0
this.backgroundColor =
Colors.transparent, // Default background color is transparent
this.borderColor, // Border color (default is null)
this.borderWidth = 0.0, // Default border width is 0.0
this.child, // Child widget (default is null)
this.shadows, // List of shadows (default is null)
});