height static method
Implementation
static double height(height) {
final view = PlatformDispatcher.instance.implicitView!;
final screenHeight = view.physicalSize.height / view.devicePixelRatio;
return screenHeight * (height / 812);
}
static double height(height) {
final view = PlatformDispatcher.instance.implicitView!;
final screenHeight = view.physicalSize.height / view.devicePixelRatio;
return screenHeight * (height / 812);
}