screens/dataleon_flow_screen library
Classes
- DataleonBottomSheet
- Helper to open the flow as a modal bottom sheet.
- DataleonFlowScreen
- Convenience full-screen wrapper around DataleonFlowView.
- DataleonFlowView
- Embeddable widget — no Scaffold imposed. The client can place this inside a BottomSheet, Dialog, full screen, etc.
Typedefs
- DataleonFlowResultCallback = void Function(DataleonResult result)
- DataleonFlowStepBuilder = Widget Function(BuildContext context, DataleonFlowController controller, DataleonFlowStep step)