DescopeFlowView constructor

const DescopeFlowView({
  1. Key? key,
  2. required DescopeFlowConfig config,
  3. DescopeFlowCallbacks? callbacks,
  4. DescopeFlowController? controller,
})

Implementation

const DescopeFlowView({
  super.key,
  required this.config,
  this.callbacks,
  this.controller,
});