menu
nylo_framework package
documentation
nylo_framework.dart
NyContext
widgetWidth method
widgetWidth method
dark_mode
light_mode
widgetWidth
method
double
widgetWidth
(
)
Get the width of the screen
Implementation
double widgetWidth() { return mediaQuery().size.width; }
nylo_framework package
documentation
nylo_framework
NyContext
widgetWidth method
NyContext extension on
BuildContext