ScreenBreakpoints constructor

const ScreenBreakpoints({
  1. required double desktop,
  2. required double tablet,
  3. required double watch,
})

Implementation

const ScreenBreakpoints({
  required this.desktop,
  required this.tablet,
  required this.watch,
});