menu
lyra_framework package
documentation
responsive/responsive.dart
Responsive
sh static method
sh static method
dark_mode
light_mode
sh
static method
double
sh
(
BuildContext
context
,
num
value
)
Implementation
static double sh(BuildContext context, num value) { return _ResponsiveSizer(context).sh(value); }
lyra_framework package
documentation
responsive/responsive
Responsive
sh static method
Responsive class