FBreakpoints constructor

const FBreakpoints({
  1. double sm = 640,
  2. double md = 768,
  3. double lg = 1024,
  4. double xl = 1280,
  5. double xl2 = 1536,
})

Creates a FBreakpoints.

Implementation

const FBreakpoints({this.sm = 640, this.md = 768, this.lg = 1024, this.xl = 1280, this.xl2 = 1536});