MButtonGradientBig constructor

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

Implementation

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