WowBackButton constructor

const WowBackButton({
  1. Key? key,
  2. Color? color,
  3. Function? onPressed,
  4. bool? canPop,
})

Implementation

const WowBackButton({
  super.key,
  this.color,
  this.onPressed,
  this.canPop,
});