BreakpointInterceptScreen constructor
const
BreakpointInterceptScreen({
- Key? key,
- required InfospectBreakpointPhase phase,
- required InfospectBreakpointPayload initialPayload,
- required ValueChanged<
InfospectBreakpointPayload> onContinue, - required ValueChanged<
InfospectBreakpointPayload> onAbort, - bool compact = true,
- bool desktop = false,
Implementation
const BreakpointInterceptScreen({
super.key,
required this.phase,
required this.initialPayload,
required this.onContinue,
required this.onAbort,
this.compact = true,
this.desktop = false,
});