MButtonMiniGradient constructor
const
MButtonMiniGradient({
- Key? key,
- required Future<
void> onPressed()?, - String? buttonText,
- TextStyle? style,
- Size? size,
- BorderRadius? borderRadius,
- Gradient? backgroundGradient,
- Color? backgroundColor,
- EdgeInsetsGeometry? margin,
Implementation
const MButtonMiniGradient({
super.key,
required this.onPressed,
this.buttonText,
this.style,
this.size,
this.borderRadius,
this.backgroundGradient,
this.backgroundColor,
this.margin,
});