可以这样做,
Container(
height:100,
decoration: BoxDecoration(
gradient: LinearGradient(
colors: [Colors.black, Colors.white],
begin: Alignment.topCenter,
end: Alignment.bottomCenter
)
),
),
Run Code Online (Sandbox Code Playgroud)
您在寻找那个结果吗?
| 归档时间: |
|
| 查看次数: |
5597 次 |
| 最近记录: |