isBottomSheet method

  1. @override
bool isBottomSheet()
override

Implementation

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