WidgetRippleButton constructor
const
WidgetRippleButton({
- Key? key,
- Color? color,
- BorderRadius borderRadius = const BorderRadius.only(),
- double elevation = 0,
- VoidCallback? onTap,
- Widget? child,
- Color? shadowColor,
- bool enable = true,
Implementation
const WidgetRippleButton({
super.key,
this.color,
this.borderRadius = const BorderRadius.only(),
this.elevation = 0,
this.onTap,
this.child,
this.shadowColor,
this.enable = true,
});