CredentialIndicator constructor
const
CredentialIndicator({
- required ValidationResult result,
- Key? key,
- bool compact = false,
Implementation
const CredentialIndicator({
required this.result, super.key,
this.compact = false,
});