PrivacyGate constructor
const
PrivacyGate({
- Key? key,
- required Widget child,
- PrivacyAgreementConfig config = const PrivacyAgreementConfig(),
- Future<
void> onAgreed()?, - ThemeData? theme,
Implementation
const PrivacyGate({
super.key,
required this.child,
this.config = const PrivacyAgreementConfig(),
this.onAgreed,
this.theme,
});