ComBack constructor
const
ComBack({
- Key? key,
- Color? color,
- VoidCallback? onTap,
Implementation
const ComBack({
super.key,
this.color,
this.onTap,
});
const ComBack({
super.key,
this.color,
this.onTap,
});