physicalHeight top-level property
Get the device screen height
Implementation
final double physicalHeight =
WidgetsBinding.instance.platformDispatcher.views.first.physicalSize.height;
Get the device screen height
final double physicalHeight =
WidgetsBinding.instance.platformDispatcher.views.first.physicalSize.height;