Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
flutter-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘博华
flutter-demo
Commits
9c46f08c
Commit
9c46f08c
authored
Apr 08, 2022
by
liubohua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
6b3bad4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
lib/main.dart
+14
-6
No files found.
lib/main.dart
View file @
9c46f08c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: lbh
* @Author: lbh
* @Date: 2022-04-07 10:07:36
* @Date: 2022-04-07 10:07:36
* @LastEditors: lbh
* @LastEditors: lbh
* @LastEditTime: 2022-04-0
7 17:46:01
* @LastEditTime: 2022-04-0
8 12:05:00
* @Description: file content
* @Description: file content
*/
*/
...
@@ -111,12 +111,20 @@ class _ListViewPageState extends State<ListViewPage> {
...
@@ -111,12 +111,20 @@ class _ListViewPageState extends State<ListViewPage> {
children:
[
children:
[
Container
(
Container
(
margin:
EdgeInsets
.
fromLTRB
(
10.0
,
10.0
,
10.0
,
0.0
),
margin:
EdgeInsets
.
fromLTRB
(
10.0
,
10.0
,
10.0
,
0.0
),
color:
Colors
.
white
,
//
color: Colors.white,
decoration:
BoxDecoration
(
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
all
(
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
8.0
),
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
(
child:
Column
(
children:
[
children:
[
ListTile
(
ListTile
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment