NUIParentWidget constructor
NUIParentWidget(
- BuildContext context
Implementation
NUIParentWidget(BuildContext context){
open = (page){
NUINavigator.push(context, page);
};
exit = (){
NUINavigator.pop(context);
};
}