ScreenUtilInit constructor
A helper widget that initializes ScreenUtil
Implementation
ScreenUtilInit({
required this.builder,
this.designSize = ScreenUtil.defaultSize,
Key? key,
}) : super(key: key);
A helper widget that initializes ScreenUtil
ScreenUtilInit({
required this.builder,
this.designSize = ScreenUtil.defaultSize,
Key? key,
}) : super(key: key);