FilamentBreakpoints constructor
Creates a FilamentBreakpoints with custom or default thresholds.
medium: width threshold for medium form factor (default: 600)expanded: width threshold for expanded form factor (default: 840)
Implementation
const FilamentBreakpoints({this.medium = 600, this.expanded = 840});