menu
reown_appkit package
documentation
modal/utils/platform_utils.dart
PlatformUtils
isMobileWidth static method
isMobileWidth static method
dark_mode
light_mode
isMobileWidth
static method
bool
isMobileWidth
(
double
width
)
Implementation
static bool isMobileWidth(double width) { return width <= 500.0; }
reown_appkit package
documentation
modal/utils/platform_utils
PlatformUtils
isMobileWidth static method
PlatformUtils class