NeumorphismCloseButton constructor
const
NeumorphismCloseButton({
- Key? key,
- VoidCallback? onPressed,
- NeumorphismStyle? style,
- EdgeInsets? padding,
Implementation
const NeumorphismCloseButton({
Key? key,
this.onPressed,
this.style,
this.padding,
}) : super(key: key);