DescopeFlowView constructor
const
DescopeFlowView({
- Key? key,
- required DescopeFlowConfig config,
- DescopeFlowCallbacks? callbacks,
- DescopeFlowController? controller,
Implementation
const DescopeFlowView({
super.key,
required this.config,
this.callbacks,
this.controller,
});