isLongBottomSheet static method
Implementation
static bool isLongBottomSheet(Orientation orientation) {
return getPlatformType() == PlatformType.mobile &&
orientation == Orientation.landscape;
}
static bool isLongBottomSheet(Orientation orientation) {
return getPlatformType() == PlatformType.mobile &&
orientation == Orientation.landscape;
}