GrxCircleButton constructor
const
GrxCircleButton({})
Implementation
const GrxCircleButton({
super.key,
required this.child,
this.size = 44.0,
this.backgroundColor = GrxColors.primary,
this.foregroundColor = GrxColors.neutrals,
this.borderColor,
this.borderSize = 1.0,
this.onPressed,
this.isLoading = false,
this.enabled = true,
this.margin,
});