MButtonMiniCancelGrey constructor

const MButtonMiniCancelGrey({
  1. Key? key,
  2. required Future<void> onPressed()?,
  3. String? buttonText,
  4. Color? buttonColor,
  5. Size? size,
  6. double? fontSize,
})

Implementation

const MButtonMiniCancelGrey({
  super.key,
  required this.onPressed,
  this.buttonText,
  this.buttonColor,
  this.size,
  this.fontSize,
});