MButtonMiniBorderEmptyBg constructor

MButtonMiniBorderEmptyBg({
  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. Border? border,
  12. Color? disabledBackgroundColor,
  13. EdgeInsetsGeometry? padding,
})

Implementation

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