XFromCacheParams constructor

XFromCacheParams({
  1. required SSRWidget? widget,
})

Implementation

XFromCacheParams({
  required this.widget,
});