isCollapsed property

bool isCollapsed

Implementation

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