menu
responsive_kakapo package
documentation
responsive_kakapo.dart
ResponsiveService
fullScreenWidth static method
fullScreenWidth static method
dark_mode
light_mode
fullScreenWidth
static method
double
fullScreenWidth
(
{
double
ratio
=
1
,
})
Implementation
static double fullScreenWidth({double ratio = 1}) => _mediaQueryData.size.width * ratio;
responsive_kakapo package
documentation
responsive_kakapo
ResponsiveService
fullScreenWidth static method
ResponsiveService class