MButtonMediumGreyBorder constructor

MButtonMediumGreyBorder({
  1. void onTap()?,
  2. String? text,
  3. double? width,
  4. double? height,
  5. TextStyle? textStyle,
  6. BorderRadiusGeometry? borderRadius,
  7. Color? backgroundColor,
  8. Gradient? backgroundGradient,
  9. Widget? child,
  10. List<BoxShadow>? boxShadow,
  11. Color? disabledBackgroundColor,
  12. EdgeInsetsGeometry? padding,
  13. Color? borderColor,
  14. double? borderWidth,
  15. EdgeInsetsGeometry? margin,
})

Implementation

MButtonMediumGreyBorder({
  this.onTap,
  this.text,
  this.width,
  this.height,
  this.textStyle,
  this.borderRadius,
  this.backgroundColor,
  this.backgroundGradient,
  this.child,
  this.boxShadow,
  this.disabledBackgroundColor,
  this.padding,
  this.borderColor,
  this.borderWidth,
  this.margin,
});