LinePattern constructor
const
LinePattern({})
Creates a line pattern.
Implementation
const LinePattern({
this.strokeWidth = 2,
this.spacing = 8,
this.angle = 0,
super.backgroundColor,
super.foregroundColor,
}) : super(
width: spacing + strokeWidth,
height: spacing + strokeWidth,
);