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