menu
t_utils package
documentation
utils/helpers/helper_functions.dart
THelperFunctions
screenSize static method
screenSize static method
dark_mode
light_mode
screenSize
static method
Size
screenSize
(
)
Get the size of the screen.
Implementation
static Size screenSize() { return MediaQuery.of(Get.context!).size; }
t_utils package
documentation
utils/helpers/helper_functions
THelperFunctions
screenSize static method
THelperFunctions class