CredentialIndicator constructor

const CredentialIndicator({
  1. required ValidationResult result,
  2. Key? key,
  3. bool compact = false,
})

Implementation

const CredentialIndicator({
  required this.result, super.key,
  this.compact = false,
});