menu
s_packages package
documentation
s_packages.dart
ContextExtensions
width method
width method
dark_mode
light_mode
width
method
double
width
(
)
return screen width
Implementation
double width() => maxScreenWidth ?? MediaQuery.of(this).size.width;
s_packages package
documentation
s_packages
ContextExtensions
width method
ContextExtensions extension on
BuildContext