TwStyle constructor

const TwStyle({
  1. int? p,
  2. int? px,
  3. int? py,
  4. int? pl,
  5. int? pr,
  6. int? pb,
  7. int? pt,
  8. int? m,
  9. int? mx,
  10. int? my,
  11. int? ml,
  12. int? mr,
  13. int? mb,
  14. int? mt,
  15. String? color,
  16. String? rounded,
  17. String? roundedT,
  18. String? roundedR,
  19. String? roundedB,
  20. String? roundedL,
  21. String? roundedTl,
  22. String? roundedTr,
  23. String? roundedBl,
  24. String? roundedBr,
})

Implementation

const TwStyle({
  this.p,
  this.px,
  this.py,
  this.pl,
  this.pr,
  this.pb,
  this.pt,
  this.m,
  this.mx,
  this.my,
  this.ml,
  this.mr,
  this.mb,
  this.mt,
  this.color,
  this.rounded,
  this.roundedT,
  this.roundedR,
  this.roundedB,
  this.roundedL,
  this.roundedTl,
  this.roundedTr,
  this.roundedBl,
  this.roundedBr,
});