expectedDeviceWidth property
double
get
expectedDeviceWidth
Mention height and width which are mentioned in your design file(i.e XD) to maintain ratio for all other devices
Implementation
// double get expectedDeviceWidth => 1080;
//
// double get expectedDeviceHeight => 1920;
double get expectedDeviceWidth => MediaQuery.of(context).size.width;