menu
ck_utils package
documentation
all_src/extensions_validation/context_extensions.dart
ContextExtensions
height method
height method
dark_mode
light_mode
height
method
double
height
(
)
return screen height
Implementation
double height() => MediaQuery.of(this).size.height;
ck_utils package
documentation
all_src/extensions_validation/context_extensions
ContextExtensions
height method
ContextExtensions extension on
BuildContext