TWBorderWidth.only constructor

TWBorderWidth.only({
  1. TWBorderWidthValue? left,
  2. TWBorderWidthValue? top,
  3. TWBorderWidthValue? right,
  4. TWBorderWidthValue? bottom,
})

Implementation

TWBorderWidth.only({this.left, this.top, this.right, this.bottom});