menu
tplib package
documentation
utils/updateutil/update_widget.dart
UpdateWidget
getScreenWidth method
getScreenWidth method
dark_mode
light_mode
getScreenWidth
method
double
getScreenWidth
(
BuildContext
context
)
Implementation
double getScreenWidth(BuildContext context) { return MediaQuery.of(context).size.width; }
tplib package
documentation
utils/updateutil/update_widget
UpdateWidget
getScreenWidth method
UpdateWidget class