Commit 9c46f08c by liubohua

1

parent 6b3bad4f
......@@ -2,7 +2,7 @@
* @Author: lbh
* @Date: 2022-04-07 10:07:36
* @LastEditors: lbh
* @LastEditTime: 2022-04-07 17:46:01
* @LastEditTime: 2022-04-08 12:05:00
* @Description: file content
*/
......@@ -111,12 +111,20 @@ class _ListViewPageState extends State<ListViewPage> {
children: [
Container(
margin: EdgeInsets.fromLTRB(10.0, 10.0, 10.0, 0.0),
color: Colors.white,
// color: Colors.white,
decoration: BoxDecoration(
borderRadius: BorderRadius.all(
Radius.circular(8.0),
),
),
borderRadius: BorderRadius.all(
Radius.circular(8.0),
),
color: Colors.white,
boxShadow: [
BoxShadow(
color: Colors.grey,
offset: Offset(0.0, 1.0), //阴影y轴偏移量
blurRadius: 2.0, //阴影模糊程度
spreadRadius: 0 //阴影扩散程度
)
]),
child: Column(
children: [
ListTile(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment