AutoBackButton constructor

const AutoBackButton({
  1. Key? key,
  2. Color? color,
  3. bool showIfParentCanPop = true,
})

Implementation

const AutoBackButton({
  Key? key,
  this.color,
  this.showIfParentCanPop = true,
}) : super(key: key);