UnscaleBox constructor
const
UnscaleBox({
- Key? key,
- required Widget child,
- double dpr = 3.0,
- double designWidth = 375,
- UnscaleMode mode = UnscaleMode.full,
Implementation
const UnscaleBox({
super.key,
required this.child,
this.dpr = 3.0,
this.designWidth = 375,
this.mode = UnscaleMode.full,
});