BreakpointEditCompareDesktop constructor
const
BreakpointEditCompareDesktop({
- Key? key,
- required InfospectBreakpointEdit edit,
- bool isResponse = false,
- bool initiallyExpanded = false,
- ValueChanged<
bool> ? onExpandedChanged,
Implementation
const BreakpointEditCompareDesktop({
super.key,
required this.edit,
this.isResponse = false,
this.initiallyExpanded = false,
this.onExpandedChanged,
});