publishTopModalRect static method

void publishTopModalRect(
  1. Rect? rect
)

Internal API for the probe widget inside CNBottomSheet. Pass null to clear (probe dispose).

Implementation

static void publishTopModalRect(Rect? rect) {
  _topModalRect.value = rect;
}