TestReportStepWidget constructor

TestReportStepWidget({
  1. Key? key,
  2. required TestReportStep step,
})

Implementation

TestReportStepWidget({
  Key? key,
  required this.step,
}) : super(key: key);