DataleonFlowScreen constructor

const DataleonFlowScreen({
  1. Key? key,
  2. required DataleonConfig config,
  3. DataleonFlowController? controller,
  4. Map<DataleonFlowStep, DataleonFlowStepBuilder>? stepBuilders,
  5. DataleonFlowResultCallback? onResult,
  6. String title = 'Dataleon',
})

Implementation

const DataleonFlowScreen({
  super.key,
  required this.config,
  this.controller,
  this.stepBuilders,
  this.onResult,
  this.title = 'Dataleon',
});