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