DetailsState constructor

const DetailsState({
  1. required Test test,
  2. Interpretations2? interpretations,
  3. Interpretations2? interpretations2,
  4. PrintStatus printStatus = PrintStatus.preProcessing,
  5. int gridPreMin = 3,
  6. int mOffset = 0,
  7. bool isLoadingShare = false,
  8. bool isLoadingPrint = false,
  9. PrintAction? action,
  10. String? radioValue,
  11. String? movements,
})

Implementation

const DetailsState({
  required this.test,
  this.interpretations,
  this.interpretations2,
  this.printStatus = PrintStatus.preProcessing,
  this.gridPreMin = 3,
  this.mOffset = 0,
  this.isLoadingShare = false,
  this.isLoadingPrint = false,
  this.action,
  this.radioValue,
  this.movements,
});