WidgetRippleButton.child constructor
const
WidgetRippleButton.child({
- required Widget? child,
- Color? color,
- Color? hoverColor,
- double elevation = 0,
- BorderRadius? borderRadius,
- double radius = 26,
- VoidCallback? onTap,
- TextStyle? titleStyle,
- Color? shadowColor,
- Key? key,
Implementation
const WidgetRippleButton.child({
required this.child,
this.color,
this.hoverColor,
this.elevation = 0,
this.borderRadius,
this.radius = 26,
this.onTap,
this.titleStyle,
this.shadowColor,
super.key,
}) : border = null,
height = null,
width = null,
title = '';