menu
drag_widgets package
documentation
core/responsive_service.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;
drag_widgets package
documentation
core/responsive_service
ResponsiveService
fullScreenWidth static method
ResponsiveService class