在flutter中,给一个容器设置圆角,最简单的方法就是用Container包裹,然后给Container设置borderRadius,就像css中给div设置border-radius一样。但是,如果这个Container中的子容器含有背景色,在