TestableStepsDialog constructor

TestableStepsDialog({
  1. String? error,
  2. Uint8List? image,
  3. Key? key,
  4. String? scrollableId,
  5. String? testableId,
  6. List<TestableType>? types,
  7. dynamic value,
})

Implementation

TestableStepsDialog({
  this.error,
  this.image,
  Key? key,
  this.scrollableId,
  this.testableId,
  this.types,
  this.value,
}) : super(key: key);