BreakpointConfiguration constructor
BreakpointConfiguration({})
Implementation
BreakpointConfiguration({
required this.small,
required this.medium,
required this.large,
required this.xLarge,
required this.xxLarge,
});