NUIWidget constructor
      
      NUIWidget(
    
    
- Widget view, {
- NUIParentWidget? parent,
- Key? key,
Implementation
NUIWidget(this.view, {this.parent, Key? key}) : super(key : key);