AmrJyniat
01/24/2023, 8:03 AMdrawWithContent modifier, and I have 4 positions values(topLeft, topRight, bottomLeft, bottomRight) for each square, but I don't find the function that takes these parameters, how I can draw a square with these values?Rafs
01/24/2023, 9:28 AMRect object with topLeft and bottomRight
and call drawRect with Rect.topLeft and Rect.sizeAmrJyniat
01/24/2023, 10:18 AM