NUIScreen constructor

NUIScreen({
  1. required ContentInflater content,
  2. required String screenCode,
  3. Key? key,
  4. NUIOverlayStyle? overlayStyle,
})

Implementation

NUIScreen({required this.content, required this.screenCode, Key? key, this.overlayStyle}): super(key : key);