NUIAuthScreen constructor

NUIAuthScreen({
  1. required String module,
  2. required Widget child,
  3. NUIOverlayStyle? overlay,
})

Implementation

NUIAuthScreen({required this.module, required this.child, this.overlay});