Jandries Aldum
Results
1
comments of
Jandries Aldum
I fixed this as a workaround by copying all the code and replacing this line: `decoration: BoxDecoration(gradient: widget.gradient),` with this `decoration: ShapeDecoration(shape: widget.shape, gradient: widget.gradient, ),` I created a pull...