ResponsiveScreenUtilInit constructor
ResponsiveScreenUtilInit({})
A helper widget that initializes ResponsiveScreenUtilInit
Implementation
ResponsiveScreenUtilInit({
required this.child,
this.designSize = ResponsiveScreenUtil.defaultSize,
this.allowFontScaling = false,
Key? key,
}) : super(key: key);