maskWidgetInternally static method
void
maskWidgetInternally({})
Implementation
static void maskWidgetInternally(
{required String widgetId,
required double top,
required double left,
required double bottom,
required double right,
required double width,
required double height}) {
CuxAnalyticsImpl.maskWidgetInternally(
widgetId: widgetId,
top: top,
left: left,
bottom: bottom,
right: right,
width: width,
height: height);
}