Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
e73170a3
Commit
e73170a3
authored
Sep 01, 2022
by
r.manan@eksad.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home4: smallscreen
parent
1db39bb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
small_home4.dart
lib/screen_small/small_home/small_home4.dart
+4
-5
No files found.
lib/screen_small/small_home/small_home4.dart
View file @
e73170a3
...
@@ -8,14 +8,13 @@ class SmallHome4 extends StatelessWidget {
...
@@ -8,14 +8,13 @@ class SmallHome4 extends StatelessWidget {
Widget
build
(
BuildContext
context
)
{
Widget
build
(
BuildContext
context
)
{
var
ScreenSize
=
MediaQuery
.
of
(
context
).
size
;
var
ScreenSize
=
MediaQuery
.
of
(
context
).
size
;
return
Container
(
return
Container
(
padding:
EdgeInsets
.
symmetric
(
horizontal:
15
),
width:
ScreenSize
.
width
,
width:
ScreenSize
.
width
,
height:
ScreenSize
.
height
*
1.
2
,
height:
ScreenSize
.
height
*
1.
5
,
color:
Colors
.
white
,
color:
Colors
.
white
,
child:
Container
(
child:
Container
(
padding:
EdgeInsets
.
all
(
20
),
margin:
EdgeInsets
.
fromLTRB
(
160
,
90
,
160
,
90
),
width:
ScreenSize
.
width
*
0.20
,
width:
ScreenSize
.
width
*
0.20
,
height:
ScreenSize
.
height
*
0.
90
,
height:
ScreenSize
.
height
*
0.
75
,
decoration:
BoxDecoration
(
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
20
),
borderRadius:
BorderRadius
.
circular
(
20
),
//color: Color.fromARGB(200, 9, 47, 171),
//color: Color.fromARGB(200, 9, 47, 171),
...
@@ -140,7 +139,7 @@ class SmallHome4 extends StatelessWidget {
...
@@ -140,7 +139,7 @@ class SmallHome4 extends StatelessWidget {
),
),
borderRadius:
BorderRadius
.
circular
(
20
)
borderRadius:
BorderRadius
.
circular
(
20
)
),
),
)
)
,
],
],
),
),
),
),
...
...
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