NUIScreen constructor
NUIScreen({
- required ContentInflater content,
- required String screenCode,
- Key? key,
- NUIOverlayStyle? overlayStyle,
Implementation
NUIScreen({required this.content, required this.screenCode, Key? key, this.overlayStyle}): super(key : key);