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