isExpanded property

bool isExpanded

Implementation

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