VCheckboxValidationTile constructor
VCheckboxValidationTile({})
Implementation
VCheckboxValidationTile({
Key? key,
required this.label,
this.isDisabled = false,
this.isChecked = false,
this.tristate = false,
this.validate = false,
this.displayError = false,
required this.errorMessage,
required this.validationButtonText,
required this.style,
}) : super(key: key);