menu
reown_appkit package
documentation
modal/utils/platform_utils.dart
PlatformUtils
isBottomSheet static method
isBottomSheet static method
dark_mode
light_mode
isBottomSheet
static method
bool
isBottomSheet
(
)
Implementation
static bool isBottomSheet() { return getPlatformType() == PlatformType.mobile; }
reown_appkit package
documentation
modal/utils/platform_utils
PlatformUtils
isBottomSheet static method
PlatformUtils class