flutter Custom path inner shadow

后端 未结 0 1989
被撕碎了的回忆
被撕碎了的回忆 2021-02-01 10:46

I created a ball like this:

 var rect = Rect.fromLTWH(40, size.height / 2 - 20, 40, 40);
 final Path circle = Path()..addOval(rect);

and this is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题