FilamentBreakpoints constructor

const FilamentBreakpoints({
  1. double medium = 600,
  2. double expanded = 840,
})

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});