DataleonFlowScreen constructor
const
DataleonFlowScreen({
- Key? key,
- required DataleonConfig config,
- DataleonFlowController? controller,
- Map<
DataleonFlowStep, DataleonFlowStepBuilder> ? stepBuilders, - DataleonFlowResultCallback? onResult,
- String title = 'Dataleon',
Implementation
const DataleonFlowScreen({
super.key,
required this.config,
this.controller,
this.stepBuilders,
this.onResult,
this.title = 'Dataleon',
});