NiceResponsiveInfo constructor

const NiceResponsiveInfo({
  1. required double screenWidth,
  2. required double screenHeight,
  3. required NiceBreakpoint breakpoint,
  4. required NiceFormFactor formFactor,
  5. required Orientation orientation,
  6. required double pixelRatio,
  7. required double textScaleFactor,
})

Implementation

const NiceResponsiveInfo({
  required this.screenWidth,
  required this.screenHeight,
  required this.breakpoint,
  required this.formFactor,
  required this.orientation,
  required this.pixelRatio,
  required this.textScaleFactor,
});