DetailsState constructor
const
DetailsState({ - required Test test,
- Interpretations2? interpretations,
- Interpretations2? interpretations2,
- PrintStatus printStatus = PrintStatus.preProcessing,
- int gridPreMin = 3,
- int mOffset = 0,
- bool isLoadingShare = false,
- bool isLoadingPrint = false,
- PrintAction? action,
- String? radioValue,
- 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,
});