WidgetStack constructor

WidgetStack({
  1. required IReownCore core,
})

Implementation

WidgetStack({required IReownCore core}) : _core = core;