CommStatusButton constructor

CommStatusButton({
  1. Key? key,
  2. @required VoidCallback? onPressed,
  3. Color? bgColor,
  4. Color? defualtTextColor,
  5. double? defualtTextSize,
  6. String? defualtText,
  7. double? width,
  8. double? height,
  9. double? radius,
  10. ShapeBorder? shape,
})

Implementation

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