CommStatusButton constructor
CommStatusButton({})
Implementation
CommStatusButton({
Key? key,
@required this.onPressed,
this.bgColor,
this.defualtTextColor,
this.defualtTextSize,
this.defualtText,
this.width,
this.height,
this.radius,
this.shape,
});