isBottomSheet static method

bool isBottomSheet()

Implementation

static bool isBottomSheet() {
  return getPlatformType() == PlatformType.mobile;
}