BreakpointSystemEntry constructor

const BreakpointSystemEntry({
  1. required RangeValues range,
  2. String? portrait,
  3. String? landscape,
  4. required AdaptiveWindowType adaptiveWindowType,
  5. required int columns,
  6. required double margin,
  7. required double gutter,
})

Implementation

const BreakpointSystemEntry({
  required this.range,
  this.portrait,
  this.landscape,
  required this.adaptiveWindowType,
  required this.columns,
  required this.margin,
  required this.gutter,
});