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
e4f03ff0
Commit
e4f03ff0
authored
Aug 31, 2022
by
r.manan@eksad.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
home: resize
parent
c9eb1e54
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
home3.dart
lib/screen/home/home3.dart
+3
-3
home4.dart
lib/screen/home/home4.dart
+1
-1
No files found.
lib/screen/home/home3.dart
View file @
e4f03ff0
...
...
@@ -220,7 +220,7 @@ class _Home3State extends State<Home3> {
Container
(
padding:
const
EdgeInsets
.
only
(
top:
10
),
width:
220
,
height:
screenSize
.
height
*
0.
4
5
,
height:
screenSize
.
height
*
0.
3
5
,
child:
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
1
),
curve:
Curves
.
decelerate
,
...
...
@@ -280,7 +280,7 @@ class _Home3State extends State<Home3> {
Container
(
padding:
const
EdgeInsets
.
only
(
top:
10
),
width:
220
,
height:
screenSize
.
height
*
0.
4
5
,
height:
screenSize
.
height
*
0.
3
5
,
child:
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
1
),
curve:
Curves
.
decelerate
,
...
...
@@ -340,7 +340,7 @@ class _Home3State extends State<Home3> {
Container
(
padding:
const
EdgeInsets
.
only
(
top:
10
),
width:
220
,
height:
screenSize
.
height
*
0.
4
5
,
height:
screenSize
.
height
*
0.
3
5
,
child:
ShowUpAnimation
(
delayStart:
const
Duration
(
seconds:
1
),
curve:
Curves
.
decelerate
,
...
...
lib/screen/home/home4.dart
View file @
e4f03ff0
...
...
@@ -94,7 +94,7 @@ class Home4 extends StatelessWidget {
),
SizedBox
(
width:
40
,),
Container
(
width:
ScreenSize
.
width
*
0.3
3
,
width:
ScreenSize
.
width
*
0.3
,
height:
ScreenSize
.
height
*
0.69
,
// color: Colors.white,
decoration:
BoxDecoration
(
...
...
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