BreakPoint constructor

BreakPoint({
  1. double? breakpoint,
  2. double? screenWidth,
  3. double? containerWidth,
  4. String? state,
})

Implementation

BreakPoint({
  this.breakpoint,
  this.screenWidth,
  this.containerWidth,
  this.state,
});