TestStepListFullTab constructor

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

Implementation

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