S360fTermsCheckbox constructor
const
S360fTermsCheckbox({
- required String title,
- required String linkText,
- required String checkboxLabel,
- required bool value,
- required dynamic onChanged(
- bool?
- Key? key,
- String termsContent = '',
- String termsLink = '',
- Color? backgroundColor,
- bool showError = false,
- bool allowCheck = false,
- String errorText = '',
- String uiType = 'type_1',
Implementation
const S360fTermsCheckbox({
required this.title,
required this.linkText,
required this.checkboxLabel,
required this.value,
required this.onChanged,
super.key,
this.termsContent = '',
this.termsLink = '',
this.backgroundColor,
this.showError = false,
this.allowCheck = false,
this.errorText = '',
this.uiType = 'type_1',
});