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