ComBack constructor

const ComBack({
  1. Key? key,
  2. Color? color,
  3. VoidCallback? onTap,
})

Implementation

const ComBack({
  super.key,
  this.color,
  this.onTap,
});