BreakpointSystemEntry constructor
const
BreakpointSystemEntry({
- required RangeValues range,
- String? portrait,
- String? landscape,
- required AdaptiveWindowType adaptiveWindowType,
- required int columns,
- required double margin,
- 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,
});