AutoLeadingButton constructor

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

Implementation

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