publishTopModalRect static method
Internal API for the probe widget inside CNBottomSheet. Pass null
to clear (probe dispose).
Implementation
static void publishTopModalRect(Rect? rect) {
_topModalRect.value = rect;
}
Internal API for the probe widget inside CNBottomSheet. Pass null
to clear (probe dispose).
static void publishTopModalRect(Rect? rect) {
_topModalRect.value = rect;
}