TwStyle constructor
const
TwStyle({
- int? p,
- int? px,
- int? py,
- int? pl,
- int? pr,
- int? pb,
- int? pt,
- int? m,
- int? mx,
- int? my,
- int? ml,
- int? mr,
- int? mb,
- int? mt,
- String? color,
- String? rounded,
- String? roundedT,
- String? roundedR,
- String? roundedB,
- String? roundedL,
- String? roundedTl,
- String? roundedTr,
- String? roundedBl,
- 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,
});