isLongBottomSheet method

  1. @override
bool isLongBottomSheet(
  1. Orientation orientation
)
override

Implementation

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