setScreenUtil method
- BuildContext context, {
- double? width,
- double? height,
Implementation
void setScreenUtil(BuildContext context, {double? width, double? height}) {
ScreenUtil.init(context,designSize:Size(width!,height!));
}
void setScreenUtil(BuildContext context, {double? width, double? height}) {
ScreenUtil.init(context,designSize:Size(width!,height!));
}