menu
web3modal_flutter package
documentation
utils/platform/platform_utils.dart
PlatformUtils
isMobileWidth method
isMobileWidth method
dark_mode
light_mode
isMobileWidth
method
@
override
bool
isMobileWidth
(
double
width
)
override
Implementation
@override bool isMobileWidth(double width) { return width <= 500.0; }
web3modal_flutter package
documentation
utils/platform/platform_utils
PlatformUtils
isMobileWidth method
PlatformUtils class