TitleOptions constructor

TitleOptions({
  1. String? gold,
  2. String? blue,
  3. String? silver,
  4. String? black,
  5. String? vertical,
  6. String? horizontal,
  7. String? pill,
  8. String? rect,
  9. String? responsive,
  10. String? small,
  11. String? medium,
  12. String? large,
  13. FlatRate? flatRate,
  14. FreeShipping? freeShipping,
  15. LocalPickup? localPickup,
  16. String? live,
  17. String? sandbox,
  18. String? billing,
  19. String? login,
  20. String? dark,
  21. String? light,
  22. String? lightOutline,
  23. String? optionsDefault,
  24. String? buy,
  25. String? donate,
  26. String? sale,
  27. String? authorization,
  28. String? add,
  29. String? drop,
})

Implementation

TitleOptions({
  this.gold,
  this.blue,
  this.silver,
  this.black,
  this.vertical,
  this.horizontal,
  this.pill,
  this.rect,
  this.responsive,
  this.small,
  this.medium,
  this.large,
  this.flatRate,
  this.freeShipping,
  this.localPickup,
  this.live,
  this.sandbox,
  this.billing,
  this.login,
  this.dark,
  this.light,
  this.lightOutline,
  this.optionsDefault,
  this.buy,
  this.donate,
  this.sale,
  this.authorization,
  this.add,
  this.drop,
});