TWBorderWidth.ltrb constructor
TWBorderWidth.ltrb(
- TWBorderWidthValue? left,
- TWBorderWidthValue? top,
- TWBorderWidthValue? right,
- TWBorderWidthValue? bottom,
Implementation
TWBorderWidth.ltrb(this.left, this.top, this.right, this.bottom);