NeumorphicCloseButton constructor

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

Implementation

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