NeumorphismCloseButton constructor

const NeumorphismCloseButton({
  1. Key? key,
  2. VoidCallback? onPressed,
  3. NeumorphismStyle? style,
  4. EdgeInsets? padding,
})

Implementation

const NeumorphismCloseButton({
  Key? key,
  this.onPressed,
  this.style,
  this.padding,
}) : super(key: key);