menu
flutter_shared_utils package
documentation
flutter_shared_utils.dart
DeviceInfoUtils
getScreenSize method
getScreenSize method
dark_mode
light_mode
getScreenSize
method
double
?
getScreenSize
(
)
Implementation
double? getScreenSize() { return null; // Return the screen size of the device. }
flutter_shared_utils package
documentation
flutter_shared_utils
DeviceInfoUtils
getScreenSize method
DeviceInfoUtils class