XDiagonalStrikethroughText constructor
const
XDiagonalStrikethroughText(})
Creates a text widget with a diagonal strikethrough line.
Implementation
const XDiagonalStrikethroughText(
this.text, {
super.key,
this.style,
this.lineColor = Colors.black,
this.strokeWidth = 2.0,
this.diagonalType = XDiagonalStrikethroughType.bottomTop,
});