PhysicalPixelBox constructor
const
PhysicalPixelBox({})
Implementation
const PhysicalPixelBox({
super.key,
required this.child,
this.dpr = 3.0,
this.color = const Color(0xFFE0E0E0),
this.width = 1.0,
}) : assert(width >= 0);