XWidgetCacheParams constructor

XWidgetCacheParams({
  1. required SSRWidget child,
})

Implementation

XWidgetCacheParams({
  required this.child,
});