MButtonMediumThemeBorder constructor
MButtonMediumThemeBorder({
- void onTap()?,
- String? text,
- double? width,
- double? height,
- TextStyle? textStyle,
- BorderRadiusGeometry? borderRadius,
- Color? backgroundColor,
- Gradient? backgroundGradient,
- Widget? child,
- List<
BoxShadow> ? boxShadow, - Border? border,
- Color? disabledBackgroundColor,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Implementation
MButtonMediumThemeBorder({
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,
this.margin,
});