menu
curanetwork_library package
documentation
imports/imports.dart
ScreenUtil
diagonal method
diagonal method
dark_mode
light_mode
diagonal
method
double
diagonal
(
num
d
)
Adapt according to the both width and height
Implementation
double diagonal(num d) => d * scaleHeight * scaleWidth;
curanetwork_library package
documentation
imports/imports
ScreenUtil
diagonal method
ScreenUtil class