NiceResponsiveInfo constructor
const
NiceResponsiveInfo({
- required double screenWidth,
- required double screenHeight,
- required NiceBreakpoint breakpoint,
- required NiceFormFactor formFactor,
- required Orientation orientation,
- required double pixelRatio,
- 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,
});