ChainedCustomDocumentStepPage constructor
const
ChainedCustomDocumentStepPage({
- Key? key,
- required DataleonFlowController controller,
Implementation
const ChainedCustomDocumentStepPage({
super.key,
required this.controller,
});