NUIWidget constructor

NUIWidget(
  1. Widget view, {
  2. NUIParentWidget? parent,
  3. Key? key,
})

Implementation

NUIWidget(this.view, {this.parent, Key? key}) : super(key : key);