ScreenChangePoints constructor

const ScreenChangePoints(
  1. {double desktopChangePoint = 1200.0,
  2. double tabletChangePoint = 600.0,
  3. double watchChangePoint = 300.0}
)

Define a ScreenChangePoints class.

Implementation

const ScreenChangePoints({
  this.desktopChangePoint = 1200.0,
  this.tabletChangePoint = 600.0,
  this.watchChangePoint = 300.0,
});