Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
flutter_screenutil
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
李卓原
2022-10-27 17:00:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e60e2cb4575da5f13ff7df08bf388008980b5127
e60e2cb4
1 parent
3fbc561a
dart format
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
example/lib/src/home.dart
example/lib/src/home.dart
View file @
e60e2cb
...
...
@@ -58,7 +58,7 @@ class HomePageScaffold extends StatelessWidget {
borderRadius:
BorderRadius
.
all
(
Radius
.
circular
(
16
).
w
),
color:
Colors
.
blue
,
),
constraints:
BoxConstraints
(
maxWidth:
1
00
,
minHeight:
100
).
w
,
constraints:
BoxConstraints
(
maxWidth:
1
80
,
minHeight:
200
).
h
w
,
padding:
EdgeInsets
.
all
(
10
.
w
),
child:
Text
(
'My design draft width: 180dp
\n\n
'
...
...
Please
register
or
login
to post a comment