menu
web3modal_flutter package
documentation
utils/platform/platform_utils.dart
PlatformUtils
isBottomSheet method
isBottomSheet method
dark_mode
light_mode
isBottomSheet
method
@
override
bool
isBottomSheet
(
)
override
Implementation
@override bool isBottomSheet() { return getPlatformType() == PlatformType.mobile; }
web3modal_flutter package
documentation
utils/platform/platform_utils
PlatformUtils
isBottomSheet method
PlatformUtils class