BreakpointInterceptScreen constructor

const BreakpointInterceptScreen({
  1. Key? key,
  2. required InfospectBreakpointPhase phase,
  3. required InfospectBreakpointPayload initialPayload,
  4. required ValueChanged<InfospectBreakpointPayload> onContinue,
  5. required ValueChanged<InfospectBreakpointPayload> onAbort,
  6. bool compact = true,
  7. 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,
});