Container(
width: 200.0,
height: 200.0,
child: Container(
width: 50.0,
height: 50.0,
decoration: BoxDecoration(
shape: BoxShape.circle,
color: Colors.red
),
),
)
Run Code Online (Sandbox Code Playgroud)
我一直在尝试在Container类文档中找到答案,但没有找到答案。