PrettyNeumorphicButton constructor
const
PrettyNeumorphicButton({
- Key? key,
- required String label,
- required VoidCallback onPressed,
- TextStyle? labelStyle,
- EdgeInsetsGeometry? padding,
- Duration? duration,
- double? borderRadius,
Implementation
const PrettyNeumorphicButton({
super.key,
required this.label,
required this.onPressed,
this.labelStyle,
this.padding,
this.duration,
this.borderRadius,
});