Hello, may I ask why the screen width is not fully covered on iPad Air 11 inch (M3)?
Here is my initialization code
ScreenUtilInit(
designSize: const Size(375, 812),
minTextAdapt: true,
splitScreenMode: true,
builder: (context, child){
//omit ......
);
},
);
