AdStyleColors constructor

AdStyleColors({
  1. String? background,
  2. String? border,
  3. String? text,
  4. String? title,
  5. String? url,
})

Implementation

AdStyleColors({
  this.background,
  this.border,
  this.text,
  this.title,
  this.url,
});