TestStepsPage constructor

TestStepsPage({
  1. bool doublePop = true,
  2. Key? key,
})

Implementation

TestStepsPage({
  this.doublePop = true,
  Key? key,
}) : super(key: key);