menu
vudu_mojo_app package
documentation
screen.dart
Screen
paddingBottom static method
paddingBottom static method
dark_mode
light_mode
paddingBottom
static method
double
paddingBottom
(
BuildContext
context
)
Implementation
static double paddingBottom(BuildContext context) { return MediaQuery.of(context).padding.bottom; }
vudu_mojo_app package
documentation
screen
Screen
paddingBottom static method
Screen class