menu
jet_flutter_framework package
documentation
jet_framework.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;
jet_flutter_framework package
documentation
jet_framework
ScreenUtil
diagonal method
ScreenUtil class