AdStyle constructor

AdStyle({
  1. AdStyleColors? colors,
  2. String? corners,
  3. AdStyleFont? font,
  4. String? kind,
})

Implementation

AdStyle({
  this.colors,
  this.corners,
  this.font,
  this.kind,
});