BreakpointEditCompareDesktop constructor

const BreakpointEditCompareDesktop({
  1. Key? key,
  2. required InfospectBreakpointEdit edit,
  3. bool isResponse = false,
  4. bool initiallyExpanded = false,
  5. ValueChanged<bool>? onExpandedChanged,
})

Implementation

const BreakpointEditCompareDesktop({
  super.key,
  required this.edit,
  this.isResponse = false,
  this.initiallyExpanded = false,
  this.onExpandedChanged,
});