isOpen property

bool isOpen

Implementation

static bool get isOpen {
  return Get.find<BottomSheetController>().currentHeight >
      Get.find<BottomSheetController>().minHeight;
}