WidgetRippleButton constructor
const
WidgetRippleButton({})
Implementation
const WidgetRippleButton({
super.key,
this.title = '',
this.color,
this.hoverColor,
this.radius = 26,
this.elevation = 0,
this.onTap,
this.height,
this.width,
this.border,
this.titleStyle,
this.borderRadius,
this.child,
this.shadowColor,
});