BreakpointEditCompareSection constructor

const BreakpointEditCompareSection({
  1. Key? key,
  2. required String title,
  3. required InfospectBreakpointEdit edit,
  4. bool isResponse = false,
})

Implementation

const BreakpointEditCompareSection({
  super.key,
  required this.title,
  required this.edit,
  this.isResponse = false,
});