OidcDisplayObject constructor

OidcDisplayObject({
  1. String? name,
  2. String? locale,
  3. String? backgroundColor,
  4. String? description,
  5. String? textColor,
})

Implementation

OidcDisplayObject(
    {this.name,
    this.locale,
    this.logo,
    this.backgroundColor,
    this.description,
    this.textColor});