TWBorderWidth.ltrb constructor

TWBorderWidth.ltrb(
  1. TWBorderWidthValue? left,
  2. TWBorderWidthValue? top,
  3. TWBorderWidthValue? right,
  4. TWBorderWidthValue? bottom,
)

Implementation

TWBorderWidth.ltrb(this.left, this.top, this.right, this.bottom);