menu
thunderingcat_core package
documentation
responsive/responsive.dart
ResponsiveRatioSize
h method
h method
dark_mode
light_mode
h
method
dynamic
h
(
num
n
)
Implementation
h(num n) { if (disabled) return n; return n * (actual.height / design.height); }
thunderingcat_core package
documentation
responsive/responsive
ResponsiveRatioSize
h method
ResponsiveRatioSize class