Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
中有一个属性boxShadow。BoxDecoration它可以包含不止一项阴影。那么每一个是什么意思呢?它可以包含多少个项目?一、二、三等物品有什么区别?
boxShadow
BoxDecoration
让我们以桌子上的一个盒子为例,boxShadow 项目的数量类似于接近该盒子的灯光数量,投射阴影。boxShadow 列表中的一项表示只有一个阴影(就像只有一盏灯在投射阴影)。两个项目将允许您从不同的角度添加另一个阴影,就像两个不同的灯光正在接近,从不同的偏移量投射多个阴影。