menu
fast_app_base package
documentation
common/dart/extension/context_extension.dart
ContextExtension
width method
width method
dark_mode
light_mode
width
method
double
width
(
double
widthSize
)
Implementation
double width(double widthSize) { return MediaQuery.of(this).size.width * widthSize; }
fast_app_base package
documentation
common/dart/extension/context_extension
ContextExtension
width method
ContextExtension extension on
BuildContext