AdaptDebugPanel constructor

const AdaptDebugPanel({
  1. Key? key,
  2. required double designWidth,
  3. required double designHeight,
  4. required double dpr,
  5. required double scaleRatio,
  6. String? notchType,
})

Implementation

const AdaptDebugPanel({
  super.key,
  required this.designWidth,
  required this.designHeight,
  required this.dpr,
  required this.scaleRatio,
  this.notchType,
});