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