menu
thunderingcat_core package
documentation
responsive/responsive.dart
ResponsiveRatioSize
sh method
sh method
dark_mode
light_mode
sh
method
dynamic
sh
(
num
n
)
Implementation
sh(num n) { return clampDouble(n.toDouble(), 0, 1) * actual.height; }
thunderingcat_core package
documentation
responsive/responsive
ResponsiveRatioSize
sh method
ResponsiveRatioSize class