ScreenAdaptation constructor
const
ScreenAdaptation({
- Key? key,
- required double designWidth,
- required ScreenAdaptationChildBuilder builder,
- ScreenAdaptationScaleType scaleType = ScreenAdaptationScaleType.auto,
Implementation
const ScreenAdaptation({
super.key,
required this.designWidth,
required this.builder,
this.scaleType = ScreenAdaptationScaleType.auto,
});