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