TermsSection constructor
const
TermsSection({
- Key? key,
- required bool acceptTerms,
- required ValueChanged<
bool?> onChanged, - UIConfig? uiConfig,
Implementation
const TermsSection({
Key? key,
required this.acceptTerms,
required this.onChanged,
this.uiConfig,
}) : super(key: key);