CirclePinButton constructor
const
CirclePinButton({})
Implementation
const CirclePinButton({
super.key,
required this.onPressed,
this.radius = 25.0,
this.iconColor = Colors.white,
this.backgroundColor,
this.padding = 5.0,
});