NanoafGate constructor
const
NanoafGate({
- Key? key,
- required Widget child,
- required NanoafConfig config,
- Widget? loadingWidget,
- void onCheckComplete(
- NanoafCheckOutcome outcome
Implementation
const NanoafGate({
super.key,
required this.child,
required this.config,
this.loadingWidget,
this.onCheckComplete,
});