ComButton constructor
const
ComButton({
- Key? key,
- required Widget child,
- Gradient? gradient,
- VoidCallback? onPressed,
- ButtonStyle? style,
- bool? plain = false,
- bool disable = false,
- double radius = 30.0,
- Color? color,
- EdgeInsets? padding,
Implementation
const ComButton({
super.key,
required this.child,
this.gradient,
this.onPressed,
this.style,
this.plain = false,
this.disable = false,
this.radius = 30.0,
this.color,
this.padding,
});