platformBreakpointConfigs property
Defines breakpoint configurations for various platforms (e.g., iOS, Android, Web).
If null, DefaultBreakpoints.defaultConfigs are used. This allows for
customization of how screen widths map to different layout breakpoints
(e.g., small, medium, large) for each platform.
Implementation
final List<PlatformBreakpointConfig>? platformBreakpointConfigs;