我想实现的是第一张图中所示的:
"我所尝试的"
Container(
width: Get.width,
height: Get.height * 0.6,
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.vertical(
top: Radius.elliptical(
Get.width , 50)
),
),
),
我的代码的输出:
1条答案
按热度按时间nxowjjhe1#
你就可以这样做